Skip to content

Commit 85af3be

Browse files
committed
Remove mention of timestamp() in SGML docs; doesn't exist anymore.
1 parent 6bb3999 commit 85af3be

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.98 2002/05/18 13:47:59 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.99 2002/06/02 21:56:09 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -2730,21 +2730,6 @@ PostgreSQL documentation
27302730
<entry><literal>Wed Feb 21 17:01:13.000126 2001 EST</literal></entry>
27312731
</row>
27322732

2733-
<row>
2734-
<entry><function>timestamp</function>(<type>date</type>)</entry>
2735-
<entry><type>timestamp</type></entry>
2736-
<entry><type>date</type> to <type>timestamp</type></entry>
2737-
<entry><literal>timestamp(date '2000-12-25')</literal></entry>
2738-
<entry><literal>2000-12-25 00:00:00</literal></entry>
2739-
</row>
2740-
2741-
<row>
2742-
<entry><function>timestamp</function>(<type>date</type>, <type>time</type>)</entry>
2743-
<entry><type>timestamp</type></entry>
2744-
<entry><type>date</type> and <type>time</type> to <type>timestamp</type></entry>
2745-
<entry><literal>timestamp(date '1998-02-24',time '23:07')</literal></entry>
2746-
<entry><literal>1998-02-24 23:07:00</literal></entry>
2747-
</row>
27482733
</tbody>
27492734
</tgroup>
27502735
</table>

0 commit comments

Comments
 (0)