From: Bruce Momjian Date: Sun, 2 Jun 2002 21:56:09 +0000 (+0000) Subject: Remove mention of timestamp() in SGML docs; doesn't exist anymore. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=651d096776548c53212c91f90dcc59f9d91e8d28;p=users%2Fbernd%2Fpostgres.git Remove mention of timestamp() in SGML docs; doesn't exist anymore. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2b5b2e5677..4a08e7a684 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -2730,21 +2730,6 @@ PostgreSQL documentation Wed Feb 21 17:01:13.000126 2001 EST - - timestamp(date) - timestamp - date to timestamp - timestamp(date '2000-12-25') - 2000-12-25 00:00:00 - - - - timestamp(date, time) - timestamp - date and time to timestamp - timestamp(date '1998-02-24',time '23:07') - 1998-02-24 23:07:00 -