The idea behind this dump method is to generate a file with SQL commands that, when fed back to the server, will recreate the database in the same state as it was at the time
NameREFRESH MATERIALIZED VIEW -- replace the contents of a materialized view Synopsis
NameDROP COLLATION -- remove a collation Synopsis
NameCOMMIT PREPARED -- commit a transaction that was earlier prepared for two-phase commit
NameCREATE TEXT SEARCH DICTIONARY -- define a new text search dictionary Synopsis
The catalog pg_tablespace stores information about the available tablespaces. Tables can be placed in particular tablespaces to aid administration
NameGRANT -- define access privileges Synopsis
NameCREATE TEXT SEARCH PARSER -- define a new text search parser Synopsis
The pg_ts_parser catalog contains entries defining text search parsers. A parser is responsible for splitting input text into lexemes and assigning
NameCREATE FOREIGN DATA WRAPPER -- define a new foreign-data wrapper Synopsis
Page 54 of 60