Package postgresql18-1C
- ABORT(7) β abort the current transaction
- ALTER_AGGREGATE(7) β change the definition of an aggregate function
- ALTER_COLLATION(7) β change the definition of a collation
- ALTER_CONVERSION(7) β change the definition of a conversion
- ALTER_DATABASE(7) β change a database
- ALTER_DEFAULT_PRIVILEGES(7) β define default access privileges
- ALTER_DOMAIN(7) β change the definition of a domain
- ALTER_EVENT_TRIGGER(7) β change the definition of an event trigger
- ALTER_EXTENSION(7) β change the definition of an extension
- ALTER_FOREIGN_DATA_WRAPPER(7) β change the definition of a foreign\-data wrapper
- ALTER_FOREIGN_TABLE(7) β change the definition of a foreign table
- ALTER_FUNCTION(7) β change the definition of a function
- ALTER_GROUP(7) β change role name or membership
- ALTER_INDEX(7) β change the definition of an index
- ALTER_LANGUAGE(7) β change the definition of a procedural language
- ALTER_LARGE_OBJECT(7) β change the definition of a large object
- ALTER_MATERIALIZED_VIEW(7) β change the definition of a materialized view
- ALTER_OPERATOR(7) β change the definition of an operator
- ALTER_OPERATOR_CLASS(7) β change the definition of an operator class
- ALTER_OPERATOR_FAMILY(7) β change the definition of an operator family
- ALTER_POLICY(7) β change the definition of a row\-level security policy
- ALTER_PROCEDURE(7) β change the definition of a procedure
- ALTER_PUBLICATION(7) β change the definition of a publication
- ALTER_ROLE(7) β change a database role
- ALTER_ROUTINE(7) β change the definition of a routine
- ALTER_RULE(7) β change the definition of a rule
- ALTER_SCHEMA(7) β change the definition of a schema
- ALTER_SEQUENCE(7) β change the definition of a sequence generator
- ALTER_SERVER(7) β change the definition of a foreign server
- ALTER_STATISTICS(7) β change the definition of an extended statistics object
- ALTER_SUBSCRIPTION(7) β change the definition of a subscription
- ALTER_SYSTEM(7) β change a server configuration parameter
- ALTER_TABLE(7) β change the definition of a table
- ALTER_TABLESPACE(7) β change the definition of a tablespace
- ALTER_TEXT_SEARCH_CONFIGURATION(7) β change the definition of a text search configuration
- ALTER_TEXT_SEARCH_DICTIONARY(7) β change the definition of a text search dictionary
- ALTER_TEXT_SEARCH_PARSER(7) β change the definition of a text search parser
- ALTER_TEXT_SEARCH_TEMPLATE(7) β change the definition of a text search template
- ALTER_TRIGGER(7) β change the definition of a trigger
- ALTER_TYPE(7) β change the definition of a type
- ALTER_USER(7) β change a database role
- ALTER_USER_MAPPING(7) β change the definition of a user mapping
- ALTER_VIEW(7) β change the definition of a view
- ANALYZE(7) β collect statistics about a database
- BEGIN(7) β start a transaction block
- CALL(7) β invoke a procedure
- CHECKPOINT(7) β force a write\-ahead log checkpoint
- CLOSE(7) β close a cursor
- CLUSTER(7) β cluster a table according to an index
- COMMENT(7) β define or change the comment of an object
- COMMIT(7) β commit the current transaction
- COMMIT_PREPARED(7) β commit a transaction that was earlier prepared for two\-phase commit
- COPY(7) β copy data between a file and a table
- CREATE_ACCESS_METHOD(7) β define a new access method
- CREATE_AGGREGATE(7) β define a new aggregate function
- CREATE_CAST(7) β define a new cast
- CREATE_COLLATION(7) β define a new collation
- CREATE_CONVERSION(7) β define a new encoding conversion
- CREATE_DATABASE(7) β create a new database
- CREATE_DOMAIN(7) β define a new domain
- CREATE_EVENT_TRIGGER(7) β define a new event trigger
- CREATE_EXTENSION(7) β install an extension
- CREATE_FOREIGN_DATA_WRAPPER(7) β define a new foreign\-data wrapper
- CREATE_FOREIGN_TABLE(7) β define a new foreign table
- CREATE_FUNCTION(7) β define a new function
- CREATE_GROUP(7) β define a new database role
- CREATE_INDEX(7) β define a new index
- CREATE_LANGUAGE(7) β define a new procedural language
- CREATE_MATERIALIZED_VIEW(7) β define a new materialized view
- CREATE_OPERATOR(7) β define a new operator
- CREATE_OPERATOR_CLASS(7) β define a new operator class
- CREATE_OPERATOR_FAMILY(7) β define a new operator family
- CREATE_POLICY(7) β define a new row\-level security policy for a table
- CREATE_PROCEDURE(7) β define a new procedure
- CREATE_PUBLICATION(7) β define a new publication
- CREATE_ROLE(7) β define a new database role
- CREATE_RULE(7) β define a new rewrite rule
- CREATE_SCHEMA(7) β define a new schema
- CREATE_SEQUENCE(7) β define a new sequence generator
- CREATE_SERVER(7) β define a new foreign server
- CREATE_STATISTICS(7) β define extended statistics
- CREATE_SUBSCRIPTION(7) β define a new subscription
- CREATE_TABLE(7) β define a new table
- CREATE_TABLESPACE(7) β define a new tablespace
- CREATE_TABLE_AS(7) β define a new table from the results of a query
- CREATE_TEXT_SEARCH_CONFIGURATION(7) β define a new text search configuration
- CREATE_TEXT_SEARCH_DICTIONARY(7) β define a new text search dictionary
- CREATE_TEXT_SEARCH_PARSER(7) β define a new text search parser
- CREATE_TEXT_SEARCH_TEMPLATE(7) β define a new text search template
- CREATE_TRANSFORM(7) β define a new transform
- CREATE_TRIGGER(7) β define a new trigger
- CREATE_TYPE(7) β define a new data type
- CREATE_USER(7) β define a new database role
- CREATE_USER_MAPPING(7) β define a new mapping of a user to a foreign server
- CREATE_VIEW(7) β define a new view
- DEALLOCATE(7) β deallocate a prepared statement
- DECLARE(7) β define a cursor
- DELETE(7) β delete rows of a table
- DISCARD(7) β discard session state
- DO(7) β execute an anonymous code block
- DROP_ACCESS_METHOD(7) β remove an access method
- DROP_AGGREGATE(7) β remove an aggregate function
- DROP_CAST(7) β remove a cast
- DROP_COLLATION(7) β remove a collation
- DROP_CONVERSION(7) β remove a conversion
- DROP_DATABASE(7) β remove a database
- DROP_DOMAIN(7) β remove a domain
- DROP_EVENT_TRIGGER(7) β remove an event trigger
- DROP_EXTENSION(7) β remove an extension
- DROP_FOREIGN_DATA_WRAPPER(7) β remove a foreign\-data wrapper
- DROP_FOREIGN_TABLE(7) β remove a foreign table
- DROP_FUNCTION(7) β remove a function
- DROP_GROUP(7) β remove a database role
- DROP_INDEX(7) β remove an index
- DROP_LANGUAGE(7) β remove a procedural language
- DROP_MATERIALIZED_VIEW(7) β remove a materialized view
- DROP_OPERATOR(7) β remove an operator
- DROP_OPERATOR_CLASS(7) β remove an operator class
- DROP_OPERATOR_FAMILY(7) β remove an operator family
- DROP_OWNED(7) β remove database objects owned by a database role
- DROP_POLICY(7) β remove a row\-level security policy from a table
- DROP_PROCEDURE(7) β remove a procedure
- DROP_PUBLICATION(7) β remove a publication
- DROP_ROLE(7) β remove a database role
- DROP_ROUTINE(7) β remove a routine
- DROP_RULE(7) β remove a rewrite rule
- DROP_SCHEMA(7) β remove a schema
- DROP_SEQUENCE(7) β remove a sequence
- DROP_SERVER(7) β remove a foreign server descriptor
- DROP_STATISTICS(7) β remove extended statistics
- DROP_SUBSCRIPTION(7) β remove a subscription
- DROP_TABLE(7) β remove a table
- DROP_TABLESPACE(7) β remove a tablespace
- DROP_TEXT_SEARCH_CONFIGURATION(7) β remove a text search configuration
- DROP_TEXT_SEARCH_DICTIONARY(7) β remove a text search dictionary
- DROP_TEXT_SEARCH_PARSER(7) β remove a text search parser
- DROP_TEXT_SEARCH_TEMPLATE(7) β remove a text search template
- DROP_TRANSFORM(7) β remove a transform
- DROP_TRIGGER(7) β remove a trigger
- DROP_TYPE(7) β remove a data type
- DROP_USER(7) β remove a database role
- DROP_USER_MAPPING(7) β remove a user mapping for a foreign server
- DROP_VIEW(7) β remove a view
- END(7) β commit the current transaction
- EXECUTE(7) β execute a prepared statement
- EXPLAIN(7) β show the execution plan of a statement
- FETCH(7) β retrieve rows from a query using a cursor
- GRANT(7) β define access privileges
- IMPORT_FOREIGN_SCHEMA(7) β import table definitions from a foreign server
- INSERT(7) β create new rows in a table
- LISTEN(7) β listen for a notification
- LOAD(7) β load a shared library file
- LOCK(7) β lock a table
- MERGE(7) β conditionally insert, update, or delete rows of a table
- MOVE(7) β position a cursor
- NOTIFY(7) β generate a notification
- PREPARE(7) β prepare a statement for execution
- PREPARE_TRANSACTION(7) β prepare the current transaction for two\-phase commit
- REASSIGN_OWNED(7) β change the ownership of database objects owned by a database role
- REFRESH_MATERIALIZED_VIEW(7) β replace the contents of a materialized view
- REINDEX(7) β rebuild indexes
- RELEASE_SAVEPOINT(7) β release a previously defined savepoint
- RESET(7) β restore the value of a run\-time parameter to the default value
- REVOKE(7) β remove access privileges
- ROLLBACK(7) β abort the current transaction
- ROLLBACK_PREPARED(7) β cancel a transaction that was earlier prepared for two\-phase commit
- ROLLBACK_TO_SAVEPOINT(7) β roll back to a savepoint
- SAVEPOINT(7) β define a new savepoint within the current transaction
- SECURITY_LABEL(7) β define or change a security label applied to an object
- SELECT(7) β retrieve rows from a table or view
- SELECT_INTO(7) β define a new table from the results of a query
- SET(7) β change a run\-time parameter
- SET_CONSTRAINTS(7) β set constraint check timing for the current transaction
- SET_ROLE(7) β set the current user identifier of the current session
- SET_SESSION_AUTHORIZATION(7) β set the session user identifier and the current user identifier of the current session
- SET_TRANSACTION(7) β set the characteristics of the current transaction
- SHOW(7) β show the value of a run\-time parameter
- START_TRANSACTION(7) β start a transaction block
- TRUNCATE(7) β empty a table or set of tables
- UNLISTEN(7) β stop listening for a notification
- UPDATE(7) β update rows of a table
- VACUUM(7) β garbage\-collect and optionally analyze a database
- VALUES(7) β compute a set of rows
- clusterdb(1) β cluster a PostgreSQL database
- createdb(1) β create a new PostgreSQL database
- createuser(1) β define a new PostgreSQL user account
- dropdb(1) β remove a PostgreSQL database
- dropuser(1) β remove a PostgreSQL user account
- pg_amcheck(1) β checks for corruption in one or more PostgreSQL databases
- pg_basebackup(1) β take a base backup of a PostgreSQL cluster
- pg_combinebackup(1) β reconstruct a full backup from an incremental backup and dependent backups
- pg_dump(1) β export a PostgreSQL database as an SQL script or to other formats
- pg_dumpall(1) β extract a PostgreSQL database cluster into a script file
- pg_isready(1) β check the connection status of a PostgreSQL server
- pg_recvlogical(1) β control PostgreSQL logical decoding streams
- pg_restore(1) β restore a PostgreSQL database from an archive file created by pg_dump
- pg_test_fsync(1) β determine fastest wal_sync_method for PostgreSQL
- pg_test_timing(1) β measure timing overhead
- pg_verifybackup(1) β verify the integrity of a base backup of a PostgreSQL cluster
- psql(1) β PostgreSQL interactive terminal
- reindexdb(1) β reindex a PostgreSQL database
- vacuumdb(1) β garbage\-collect and analyze a PostgreSQL database
