diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 039fe397e07..1e575b26605 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1324,10 +1324,10 @@ SET ENABLE_SEQSCAN TO OFF; + fsync (boolean) fsync configuration parameter - fsync (boolean) If this parameter is on, the PostgreSQL server @@ -1474,10 +1474,10 @@ SET ENABLE_SEQSCAN TO OFF; + full_page_writes (boolean) full_page_writes configuration parameter - full_page_writes (boolean) When this parameter is on, the PostgreSQL server @@ -2093,6 +2093,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows + geqo (boolean) genetic query optimization @@ -2103,7 +2104,6 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows geqo configuration parameter - geqo (boolean) Enables or disables genetic query optimization. @@ -3975,13 +3975,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; + default_transaction_isolation (enum) transaction isolation level default_transaction_isolation configuration parameter - default_transaction_isolation (enum) Each SQL transaction has an isolation level, which can be @@ -4001,14 +4001,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; + default_transaction_read_only (boolean) read-only transaction default_transaction_read_only configuration parameter - - default_transaction_read_only (boolean) A read-only SQL transaction cannot alter non-temporary tables. @@ -4265,6 +4264,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; + extra_float_digits (integer) significant digits @@ -4275,8 +4275,6 @@ SET XML OPTION { DOCUMENT | CONTENT }; extra_float_digits configuration parameter - - extra_float_digits (integer) This parameter adjusts the number of digits displayed for @@ -4546,6 +4544,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' + deadlock_timeout (integer) deadlock timeout during @@ -4557,8 +4556,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' deadlock_timeout configuration parameter - - deadlock_timeout (integer) This is the amount of time, in milliseconds, to wait on a lock diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 061254a22d8..54b6794e13f 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -2063,11 +2063,11 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName); + PG_DIAG_SQLSTATE error codes libpq - PG_DIAG_SQLSTATE The SQLSTATE code for the error. The SQLSTATE code identifies