From 85af3be5e2c27ec6cf3eacc70abda8713828131c Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sun, 2 Jun 2002 21:56:09 +0000 Subject: [PATCH] Remove mention of timestamp() in SGML docs; doesn't exist anymore. --- doc/src/sgml/func.sgml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 978441347a4..1c88322891a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.98 2002/05/18 13:47:59 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.99 2002/06/02 21:56:09 momjian Exp $ PostgreSQL documentation --> @@ -2730,21 +2730,6 @@ PostgreSQL documentation <entry><literal>Wed Feb 21 17:01:13.000126 2001 EST</literal></entry> </row> - <row> - <entry><function>timestamp</function>(<type>date</type>)</entry> - <entry><type>timestamp</type></entry> - <entry><type>date</type> to <type>timestamp</type></entry> - <entry><literal>timestamp(date '2000-12-25')</literal></entry> - <entry><literal>2000-12-25 00:00:00</literal></entry> - </row> - - <row> - <entry><function>timestamp</function>(<type>date</type>, <type>time</type>)</entry> - <entry><type>timestamp</type></entry> - <entry><type>date</type> and <type>time</type> to <type>timestamp</type></entry> - <entry><literal>timestamp(date '1998-02-24',time '23:07')</literal></entry> - <entry><literal>1998-02-24 23:07:00</literal></entry> - </row> </tbody> </tgroup> </table> -- GitLab