NAME

dingbox - Option parsing for Tcl functions and Tk widgets.

SYNOPSIS

parseopts option ?arg arg ...?

DESCRIPTION

This command provides all you need to query a PostgreSQL server from any platform runnign Tcl code. It implementes version 2.0 of the frontend to backend protocol, introduced in postreSQL 6.4. This package is also able to emulate the 'pgtcl' library skipped with the postgreSQL distribution. More precisely, any program using the 'pgtcl' library should work as well by replacing

load libpgtcl.so (or "load libpgtcl.dll", etc...)

with

package require crypt
package require pgsql
pgsql::pgsql emulate

The emulation has been tested successfully with the "pgaccess" program (version 0.96) included in the postgreSQL distribution (latest version available at http://www.flex.ro/pgacces).Note that the package crypt is also a pure Tcl package, which is available separately (probably at the same location you found the "pgsql" one). It is required only if you need to establish a connection with a server that ask for a secured authentication.

KNOWN BUGS

Functions to deal with the Large Object features(i.e. the pg_lo_* procedures in the pgtcl library) are not yet implemented.

CREDITS

PostgreSQL is an free, open source, advanced Object-Relational database management system (DBMS) that supports almost all SQL constructs (including transactions, subselects and user-defined types and functions).Do get more information about this program, have a look at http://www.postgresql.org.


© 1999 Eric Hassold - tous droits réservés.

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