diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-07-14 15:27:14 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-07-14 15:27:14 +0000 |
commit | 9a9f335284850ffcb7a18bc90056fe1c7d1e38ee (patch) | |
tree | 2ba97daf93267c7acaa5cd84da2d473789d37310 /doc/src/sgml/ref/set.sgml | |
parent | 4835f6a8bc4150e87e9871cf566806fa71efb6ef (diff) | |
download | postgresql-9a9f335284850ffcb7a18bc90056fe1c7d1e38ee.tar.gz postgresql-9a9f335284850ffcb7a18bc90056fe1c7d1e38ee.zip |
Add information on SET SESSION CHARACTERISTICS.
Fix references to pg_hba.conf(5) since that is no longer a man page.
Make minor repairs to "Compatibility" subsections.
Diffstat (limited to 'doc/src/sgml/ref/set.sgml')
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 044cf8fd65b..7f36aae9d78 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.45 2000/06/18 21:24:52 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.46 2000/07/14 15:27:14 thomas Exp $ Postgres documentation --> @@ -392,13 +392,19 @@ SELECT CURRENT_TIMESTAMP AS today; <refsect1 id="R1-SQL-SET-3"> <title>Compatibility</title> - <para> - The second syntax shown above (<literal>SET TIME ZONE</literal>) - attempts to mimic <acronym>SQL92</acronym>. However, SQL allows - only numeric time zone offsets. All other parameter settings as - well as the first syntax shown above are a - <productname>Postgres</productname> extension. - </para> + <refsect2 id="R2-SQL-SET-4"> + <title> + SQL92 + </title> + + <para> + The second syntax shown above (<literal>SET TIME ZONE</literal>) + attempts to mimic <acronym>SQL92</acronym>. However, SQL allows + only numeric time zone offsets. All other parameter settings as + well as the first syntax shown above are a + <productname>Postgres</productname> extension. + </para> + </refsect2> </refsect1> </refentry> |