define a new publication NAME CREATE_PUBLICATION - define a new publication SYNOPSIS CREATE PUBLICATION name [ FOR ALL TABLES | FOR public......REATE_SUBSCRIPTION (7)), DROP SUBSCRIPTION ( DROP_SUBSCRIPTION (7)), CREATE PUBLICATION ( CREATE_PUBLICATION (7)), ALTER PUBLICATION ( ALTER_PUBLICATION (7))...e synopsis can change all of the publication properties specified in CREATE PUBLICATION ( CREATE_PUBLICATION (7)). Properties not mentioned in the command retain their previous …...ALTER_SUBSCRIPTION (7)), DROP SUBSCRIPTION ( DROP_SUBSCRIPTION (7)), CREATE PUBLICATION ( CREATE_PUBLICATION (7)), ALTER PUBLICATION ( ALTER_PUBLICATION (7))...; COMPATIBILITY DROP PUBLICATION is a PostgreSQL extension. SEE ALSO CREATE PUBLICATION ( CREATE_PUBLICATION (7)), ALTER PUBLICATION ( ALTER_PUBLICATION (7))show TIPC nametable NAME tipc-nametable - show TIPC nametable SYNOPSIS tipc nametable show OPTIONS Options (flags) that can be passed anywhere in the command chain. -h , --help -j …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…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 [ …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…PostgreSQL interactive terminal NAME psql - PostgreSQL interactive terminal SYNOPSIS psql [ option ...] [ dbname [ username ]] DESCRIPTION psql is a terminal-based front-end to Pos…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…define a new database role NAME CREATE_USER - define a new database role SYNOPSIS CREATE USER name [ [ WITH ] option [ ... ] ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…