define a new subscription NAME CREATE_SUBSCRIPTION - define a new subscription SYNOPSIS CREATE SUBSCRIPTION subscription_name CONNECTION ' c......COMPATIBILITY DROP SUBSCRIPTION is a PostgreSQL extension. SEE ALSO CREATE SUBSCRIPTION ( CREATE_SUBSCRIPTION (7)), ALTER SUBSCRIPTION ( ALTER_SUBSCRIPTION (7))...change most of the subscription properties that can be specified in CREATE SUBSCRIPTION ( CREATE_SUBSCRIPTION (7)). You must own the subscription to use ALTER SUBSCRIPTION . To …...CREATE_PUBLICATION (7)), DROP PUBLICATION ( DROP_PUBLICATION (7)), CREATE SUBSCRIPTION ( CREATE_SUBSCRIPTION (7)), ALTER SUBSCRIPTION ( ALTER_SUBSCRIPTION (7))...( ALTER_PUBLICATION (7)), DROP PUBLICATION ( DROP_PUBLICATION (7)), CREATE SUBSCRIPTION ( CREATE_SUBSCRIPTION (7)), ALTER SUBSCRIPTION ( ALTER_SUBSCRIPTION (7))extract a PostgreSQL database into a script file or other archive file NAME pg_dump - extract a PostgreSQL database into a script file or other archive file SYNOPSIS pg_dump [ conn…define or change the comment of an object NAME COMMENT - define or change the comment of an object SYNOPSIS COMMENT ON { ACCESS METHOD object_name | AGGREGATE aggregate_name ( aggr…remove a database NAME DROP_DATABASE - remove a database SYNOPSIS DROP DATABASE [ IF EXISTS ] name [ [ WITH ] ( option [, ...] ) ] where option can be: FORCE DESCRIPTION DROP DATAB…define or change a security label applied to an object NAME SECURITY_LABEL - define or change a security label applied to an object SYNOPSIS SECURITY LABEL [ FOR provider ] ON { TA…extract a PostgreSQL database cluster into a script file NAME pg_dumpall - extract a PostgreSQL database cluster into a script file SYNOPSIS pg_dumpall [ connection-option ...] [ o…restore a PostgreSQL database from an archive file created by pg_dump NAME pg_restore - restore a PostgreSQL database from an archive file created by pg_dump SYNOPSIS pg_restore [ …A library for accessing the netlink service NAME libnetlink - A library for accessing the netlink service SYNOPSIS #include <asm/types.h> #include <libnetlink.h> #include <linux/ne…Introspect with and invoke Varlink services NAME varlinkctl - Introspect with and invoke Varlink services SYNOPSIS varlinkctl [OPTIONS...] info ADDRESS varlinkctl [OPTIONS...] list…define a new schema NAME CREATE_SCHEMA - define a new schema SYNOPSIS CREATE SCHEMA schema_name [ AUTHORIZATION role_specification ] [ schema_element [ ... ] ] CREATE SCHEMA AUTHOR…define a new tablespace NAME CREATE_TABLESPACE - define a new tablespace SYNOPSIS CREATE TABLESPACE tablespace_name [ OWNER { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER…create a new spu context NAME spu_create - create a new spu context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #inc…define a new transform NAME CREATE_TRANSFORM - define a new transform SYNOPSIS CREATE [ OR REPLACE ] TRANSFORM FOR type_name LANGUAGE lang_name ( FROM SQL WITH FUNCTION from_sql_fu…define a new materialized view NAME CREATE_MATERIALIZED_VIEW - define a new materialized view SYNOPSIS CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] table_name [ ( column_name [, ...]…define a new table from the results of a query NAME CREATE_TABLE_AS - define a new table from the results of a query SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNL…define a new foreign-data wrapper NAME CREATE_FOREIGN_DATA_WRAPPER - define a new foreign-data wrapper SYNOPSIS CREATE FOREIGN DATA WRAPPER name [ HANDLER handler_function | NO HAN…