Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
September 26, 2024:
PostgreSQL 17 Released!
Documentation
→
PostgreSQL 7.1
Unsupported versions:
7.4
/
7.3
/
7.2
/
7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
PostgreSQL 7.1.3 Documentation
Prev
Chapter 4. pgtcl - TCL Binding Library
Next
4.3. pgtcl Command Reference Information
Table of Contents
pg_connect
-- opens a connection to the backend server
pg_disconnect
-- closes a connection to the backend server
pg_conndefaults
-- obtain information about default connection parameters
pg_exec
-- send a query string to the backend
pg_result
-- get information about a query result
pg_select
-- loop over the result of a SELECT statement
pg_listen
-- sets or changes a callback for asynchronous NOTIFY messages
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 Unix file
pg_lo_export
-- export a large object to a Unix file
Prev
Home
Next
Examples
Up
pg_connect