diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-03-27 17:14:43 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-03-27 17:14:43 +0000 |
commit | 39f69bc38f0f58cc4f6b05451fced030bfac935e (patch) | |
tree | 606df8d91b2a5fb5f4c31d6c603a887e52761999 /doc/src/sgml/ref/postgres-ref.sgml | |
parent | 2dabd2cd1fff26677d84ee2d8e09668a534b446a (diff) | |
download | postgresql-39f69bc38f0f58cc4f6b05451fced030bfac935e.tar.gz postgresql-39f69bc38f0f58cc4f6b05451fced030bfac935e.zip |
Start updating for the v7.0 release.
Use "generic functions" for math and other routines.
Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 96f9e64644d..3fd0259c44c 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.6 1999/08/06 13:50:31 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.7 2000/03/27 17:14:43 thomas Exp $ Postgres documentation --> @@ -190,7 +190,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ - Dates are accepted by the backend in a wide variety of formats, and for input dates this switch mostly affects the interpretation for ambiguous cases. - See <citetitle>The PostgreSQL User's Guide</citetitle> + See the <citetitle>PostgreSQL User's Guide</citetitle> for more information. </para> </listitem> |