import table definitions from a foreign server NAME IMPORT_FOREIGN_SCHEMA - import table definitions from a foreign server SYNOPSIS IMPORT FOREIGN SCHEMA remote_sc......TE TABLE ( CREATE_TABLE (7)), CREATE SERVER ( CREATE_SERVER (7)), IMPORT FOREIGN SCHEMA ( IMPORT_FOREIGN_SCHEMA (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 default access privileges NAME ALTER_DEFAULT_PRIVILEGES - define default access privileges SYNOPSIS ALTER DEFAULT PRIVILEGES [ FOR { ROLE | USER } target_role [, ...] ] [ IN…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 a new publication NAME CREATE_PUBLICATION - define a new publication SYNOPSIS CREATE PUBLICATION name [ FOR ALL TABLES | FOR publication_object [, ... ] ] [ WITH ( publicati…checks for corruption in one or more PostgreSQL databases NAME pg_amcheck - checks for corruption in one or more PostgreSQL databases SYNOPSIS pg_amcheck [ option ...] [ dbname ] D…set constraint check timing for the current transaction NAME SET_CONSTRAINTS - set constraint check timing for the current transaction SYNOPSIS SET CONSTRAINTS { ALL | name [, ...]…define access privileges NAME GRANT - define access privileges SYNOPSIS GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER | MAINTAIN } [, ...] | ALL [ P…change the definition of a foreign table NAME ALTER_FOREIGN_TABLE - change the definition of a foreign table SYNOPSIS ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] name [ * ] action […change the definition of an extension NAME ALTER_EXTENSION - change the definition of an extension SYNOPSIS ALTER EXTENSION name UPDATE [ TO new_version ] ALTER EXTENSION name SET …remove a foreign table NAME DROP_FOREIGN_TABLE - remove a foreign table SYNOPSIS DROP FOREIGN TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP FOREIGN TABLE…remove a table NAME DROP_TABLE - remove a table SYNOPSIS DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP TABLE removes tables from the database. Only …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…define a new view NAME CREATE_VIEW - define a new view SYNOPSIS CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW name [ ( column_name [, ...] ) ] [ WITH ( view_option_…change the definition of a table NAME ALTER_TABLE - change the definition of a table SYNOPSIS ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ] action [, ... ] ALTER TABLE [ IF EXISTS …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 data import program (mariadb-import is now a symlink to mariadb-import) NAME mariadb-import - a data import program (mariadb-import is now a symlink to mariadb-import) SYNOPSIS m…change the definition of a publication NAME ALTER_PUBLICATION - change the definition of a publication SYNOPSIS ALTER PUBLICATION name ADD publication_object [, ...] ALTER PUBLICAT…remove a schema NAME DROP_SCHEMA - remove a schema SYNOPSIS DROP SCHEMA [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP SCHEMA removes schemas from the database.…