Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Category index4025
ArgumentsArguments
connname Name of the connection to use; omit this parameter to use the unnamed connection. connstr A connection info string, as previously described for dblink_connect. sql The SQL…Arguments
ArgumentsArguments
connname The name of a named connection to get notifications on.Arguments
ArgumentsArguments
relname Name of a local relation, for example foo or myschema.mytab. Include double quotes if the name is mixed-case or contains special characters, for example "FooBar"; without q…Arguments
ArgumentsArguments
connname Name of the connection to use. fail_on_error If true (the default when omitted) then an error thrown on the remote side of the connection causes an error to also be thrown…Arguments
ArgumentsArguments
connname Name of the connection to check.Arguments
ArgumentsArguments
connname Name of the connection to use; omit this parameter to use the unnamed connection. cursorname The name to assign to this cursor. sql The SELECT statement that you wish to e…Arguments
ArgumentsArguments
connname Name of the connection to use. sql The SQL statement that you wish to execute in the remote database, for example select * from pg_class.Arguments
ArgumentsArguments
void * pointer pointer to existing storage to change Size size size in bytes of storage to allocateArguments
ArgumentsArguments
HeapTuple row row to be copiedArguments
ArgumentsArguments
Portal portal portal containing the cursorArguments
ArgumentsArguments
Portal portal portal containing the cursor bool forward true for fetch forward, false for fetch backward long count maximum number of rows to fetchArguments
ArgumentsArguments
const char * name name of the portalArguments
ArgumentsArguments
Portal portal portal containing the cursor bool forward true for move forward, false for move backward long count maximum number of rows to moveArguments
ArgumentsArguments
const char * name name for portal, or NULL to let the system select a name const char * command command string int nargs number of input parameters ($1, $2, etc.) Oid * argtypes an…Arguments
ArgumentsArguments
const char * name name for portal, or NULL to let the system select a name SPIPlanPtr plan prepared statement (returned by SPI_prepare) ParamListInfo params data structure containi…Arguments
ArgumentsArguments
const char * name name for portal, or NULL to let the system select a name SPIPlanPtr plan prepared statement (returned by SPI_prepare) Datum * values An array of actual parameter …Arguments
ArgumentsArguments
const char * name name for portal, or NULL to let the system select a name const char * command command string const SPIParseOpenOptions * options struct containing optional argume…Arguments
ArgumentsArguments
const char * command string containing command to execute long count maximum number of rows to return, or 0 for no limitArguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare) Datum * values An array of actual parameter values. Must have same length as the statement's number of arguments. const…Arguments
ArgumentsArguments
const char * command command string const SPIExecuteOptions * options struct containing optional arguments
Callers should always zero out the entire options struct, then fill which…Arguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare) const SPIExecuteOptions * options struct containing optional arguments
Callers should always zero out the entire option…Arguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare) ParamListInfo params data structure containing parameter types and values; NULL if none bool read_only true for read-on…Arguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare) Datum * values An array of actual parameter values. Must have same length as the statement's number of arguments. const…Arguments
ArgumentsArguments
const char * command command string int nargs number of input parameters ($1, $2, etc.) Oid * argtypes an array of length nargs, containing the OIDs of the data types of the parame…Arguments
ArgumentsArguments
const char * command string containing command to execute bool read_only true for read-only execution long count maximum number of rows to return, or 0 for no limitArguments
ArgumentsArguments
TupleDesc rowdesc input row description int colnumber column number (count starts at 1)Arguments
ArgumentsArguments
TupleDesc rowdesc input row description const char * colname column nameArguments
ArgumentsArguments
SPIPlanPtr plan pointer to statement to freeArguments
ArgumentsArguments
HeapTuple row row to freeArguments
ArgumentsArguments
SPITupleTable * tuptable pointer to row set to free, or NULL to do nothingArguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare)Arguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare) int argIndex zero based index of the argumentArguments
ArgumentsArguments
HeapTuple row input row to be examined TupleDesc rowdesc input row description int colnumber column number (count starts at 1) bool * isnull flag for a null value in the columnArguments
ArgumentsArguments
Relation rel input relationArguments
ArgumentsArguments
Relation rel input relationArguments
ArgumentsArguments
TupleDesc rowdesc input row description int colnumber column number (count starts at 1)Arguments
ArgumentsArguments
TupleDesc rowdesc input row description int colnumber column number (count starts at 1)Arguments
ArgumentsArguments
HeapTuple row input row to be examined TupleDesc rowdesc input row description int colnumber column number (count starts at 1)Arguments
ArgumentsArguments
SPIPlanPtr plan prepared statement (returned by SPI_prepare)Arguments
ArgumentsArguments
SPIPlanPtr plan the prepared statement to be savedArguments
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open