diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2002-04-21 19:02:39 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2002-04-21 19:02:39 +0000 |
| commit | c05f29e8959336d5b0191181da0aa6454015bc2c (patch) | |
| tree | 0de2c75200a132938cde9e9b626bab07dda8e8fe /doc/src/sgml/ref/current_date.sgml | |
| parent | b76b6f61b08efdf887f9b28ace7d4504bb1c07fc (diff) | |
| download | postgresql-c05f29e8959336d5b0191181da0aa6454015bc2c.tar.gz | |
Augment the date/time examples in the User's Guide to reflect the newer
capabilities of specifying time zones as intervals per SQL9x.
Put refentrytitle contents on the same line as the tag.
Otherwise, leading whitespace is propagated into the product, which
(at least) messes up the ToC layout.
Remove (some) docinfo tags containing dates. Best to omit if the dates
are not accurate; maybe use CVS dates instead or leave them out.
Diffstat (limited to 'doc/src/sgml/ref/current_date.sgml')
| -rw-r--r-- | doc/src/sgml/ref/current_date.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/current_date.sgml b/doc/src/sgml/ref/current_date.sgml index b1aa4604d4..5e06c4dd70 100644 --- a/doc/src/sgml/ref/current_date.sgml +++ b/doc/src/sgml/ref/current_date.sgml @@ -1,18 +1,16 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/current_date.sgml,v 1.4 1999/07/22 15:09:09 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/current_date.sgml,v 1.5 2002/04/21 19:02:39 thomas Exp $ Postgres documentation --> <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/current_date.sgml,v 1.4 1999/07/22 15:09:09 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/current_date.sgml,v 1.5 2002/04/21 19:02:39 thomas Exp $ Postgres documentation --> <REFENTRY ID="SQL-CURRENT-DATE"> <REFMETA> - <REFENTRYTITLE> - SQL_CURRENT_DATE - </REFENTRYTITLE> + <REFENTRYTITLE>CURRENT_DATE</REFENTRYTITLE> <REFMISCINFO>SQL - Functions</REFMISCINFO> </REFMETA> <REFNAMEDIV> |
