From fa0ed6f047c2caadf4d75f53801abc326ca99f80 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Jun 1999 18:18:43 +0000 Subject: Update SET commands for psql \h, man pages, and sgml. --- doc/src/sgml/ref/set.sgml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 12c9e47fcc5..f4e7374e11e 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -526,7 +526,49 @@ SET TIME ZONE { 'timezone' | LOCAL + + + + + XACTISOLEVEL + + + + Sets the isolation level for transactions. + + + + + value + + + + Sets the isolation level for transactions to + 'SERIALIZABLE' or 'COMMITTED'. + + + + + + + DEFAULT + + + + Sets the cost of a heap scan to the default value. + + + + + + + The frontend may be initialized by setting the PGCOSTHEAP + environment variable. + + + + -- cgit v1.2.3