NAME

pgtcl - Pure Tcl emulation of the pgtcl binary library.

SYNOPSIS

pg_connect ?options?
pg_disconnect ?options?
pg_conndefaults ?options?
pg_exec ?options?
pg_result ?options?
pg_select ?options?
pg_listen ?options?

Those functions are not yet implemented

pg_lo_creat create a large object
pg_lo_open open a large object
pg_lo_close close a large object
pg_lo_read read a large object
pg_lo_write write a large object
pg_lo_lseek seek to a position in a large object
pg_lo_tell return the current seek position of a large object
pg_lo_unlink delete a large object
pg_lo_import import a large object from a file
pg_lo_export export a large object to a file

DESCRIPTION

This package emulates the 'pgtcl' library shipped with the postgreSQL official distribution. It is provided as a Pure Tcl drop in replacement for the binary pgtcl. Any program using the pgtcl library should work as well by replacing
load libpgtcl.so (or "load libpgtcl.dll", etc...)
with
package require pgtcl

See PGTcl command Command Reference Information from the PostgreSQL Interactive Documentation for detailed documentation.

The emulation has been tested successfully with the "pgaccess" program (version 0.98.8) included in the postgreSQL distribution (latest version available at http://www.pgaccess.org).
The crypt package is required if you need to establish a connection with a server that ask for a secured authentication. This package is also available in pure Tcl.


© 2001 Evolane - all rights reserved.

© 2001-2002 Evolane - tous droits réservés. Pour toute remarque, envoyez un courrier électronique à webmaster@evolane.com