Values to be inserted into a table are converted to the destination column's data type according to the following steps.
NameALTER CONVERSION -- change the definition of a conversion Synopsis
NameEND -- commit the current transaction Synopsis
NameALTER TEXT SEARCH TEMPLATE -- change the definition of a text search template
The auto_explain module provides a means for logging execution plans of slow statements automatically, without having to run
NameSTART TRANSACTION -- start a transaction block Synopsis
The view pg_settings provides access to run-time parameters of the server. It is essentially an alternative interface to the
When you create a table and you realize that you made a mistake, or the requirements of the application change, you can drop the table and create it again. But this is not
The data type uuid stores Universally Unique Identifiers (UUID) as defined by RFC 4122, ISO/IEC 9834-8:2005, and related standards. (Some systems
The catalog pg_operator stores information about operators. See CREATE
Page 4 of 60