NamePREPARE TRANSACTION -- prepare the current transaction for two-phase commit
It is a good idea to save the database server's log output somewhere, rather than just discarding it via /dev/null. The log output is invaluable
This style guide is offered in the hope of maintaining a consistent, user-friendly style throughout all the messages generated by PostgreSQL
The task of the planner/optimizer is to create an optimal execution plan. A given SQL query (and hence, a query tree) can be actually executed in a
There are three separate approaches to pattern matching provided by PostgreSQL: the traditional SQL
Asynchronous commit is an option that allows transactions to complete more quickly, at the cost that the most recent transactions may be lost if the
It is possible to use SSH to encrypt the network connection between clients and a PostgreSQL server. Done
NameDROP DOMAIN -- remove a domain Synopsis
The core PostgreSQL distribution includes the SP-GiST operator classes shown in Table 62-1.
Index access methods must handle concurrent updates of the index by multiple processes. The core PostgreSQL system obtains
Page 24 of 60