|
pg_close
|
Close a PostgreSQL connection
|
|
pg_cmdtuples
|
Returns number of affected tuples
|
|
pg_connect
|
a PostgreSQL connection
|
|
pg_dbname
|
Get the database name
|
|
pg_end_copy
|
Sync with PostgreSQL backend
|
|
pg_errormessage
|
Get the error message string
|
|
pg_exec
|
Execute a query
|
|
pg_fetch_array
|
Fetch a row as an array
|
|
pg_fetch_object
|
Fetch a row as an object
|
|
pg_fetch_row
|
Get a row as an enumerated array
|
|
pg_fieldisnull
|
Test if a field is NULL
|
|
pg_fieldname
|
Returns the name of a field
|
|
pg_fieldnum
|
Returns the field number of the named field
|
|
pg_fieldprtlen
|
Returns the printed length
|
|
pg_fieldsize
|
Returns the internal storage size of the named field
|
|
pg_fieldtype
|
Returns the type name for the corresponding field number
|
|
pg_freeresult
|
Free result memory
|
|
pg_getlastoid
|
Returns the last object identifier
|
|
pg_host
|
Returns the host name associated with the connection
|
|
pg_loclose
|
Close a large object
|
|
pg_locreate
|
Create a large object
|
|
pg_loexport
|
Export a large object to file
|
|
pg_loimport
|
Import a large object from file
|
|
pg_lo |
a large object
|
|
pg_loread
|
Read a large object
|
|
pg_loreadall
|
Read a entire large object and send straight to browser
|
|
pg_lounlink
|
Delete a large object
|
|
pg_lowrite
|
Write a large object
|
|
pg_numfields
|
Returns the number of fields
|
|
pg_numrows
|
Returns the number of rows
|
|
pg_options
|
Get the options associated with the connection
|
|
pg_pconnect
|
a persistant PostgreSQL connection
|
|
pg_port
|
Return the port number associated with the connection
|
|
pg_put_line
|
Send a NULL
|
|
pg_result
|
Returns values from a result identifier
|
|
pg_set_client_encoding
|
Set the client encoding
|
|
pg_client_encoding
|
Get the client encoding
|
|
pg_trace
|
Enable tracing a PostgreSQL connection
|
|
pg_tty
|
Return the tty name associated with the connection
|
|
pg_untrace
|
Disable tracing of a PostgreSQL connection
|
|
Total POSTGRESQL functions : 40
|
Back to Main
|