diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-15 19:19:56 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-15 19:19:56 +0000 |
| commit | cfa6999d3b1bdcaa058c90392057a044b0f067e8 (patch) | |
| tree | 90ef7c28ad711dc77543ef3d954528c6949ae000 /doc/src/sgml/ref/set.sgml | |
| parent | 274328c8a88319f0a16d57c82128ee80ac26e578 (diff) | |
| download | postgresql-cfa6999d3b1bdcaa058c90392057a044b0f067e8.tar.gz | |
Cause SHOW DATESTYLE to produce a string that will be accepted by SET
DATESTYLE, for instance 'SQL, European' instead of
'SQL with European conventions'. Per gripe a month or two back from
Barry Lind.
Diffstat (limited to 'doc/src/sgml/ref/set.sgml')
| -rw-r--r-- | doc/src/sgml/ref/set.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index a394820b7f..7a5c8b51fb 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.77 2003/06/21 19:33:36 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.78 2003/07/15 19:19:56 tgl Exp $ PostgreSQL documentation --> @@ -154,7 +154,7 @@ SELECT setseed(<replaceable>value</replaceable>); for <literal>SET timezone TO <replaceable>value</></>. The syntax <literal>SET TIME ZONE</literal> allows special syntax for the time zone specification. Here are examples of valid - values: + values (but note some are accepted only on some platforms): <variablelist> <varlistentry> |
