1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add CREATE CONVERSION/DROP CONVERSOION reference manual

This commit is contained in:
Tatsuo Ishii
2002-07-22 08:57:15 +00:00
parent 4be24fe88f
commit 8d25d5c5c7
4 changed files with 319 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!-- reference.sgml
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.30 2002/07/18 23:11:27 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.31 2002/07/22 08:57:15 ishii Exp $
PostgreSQL Reference Manual
-->
@ -62,6 +62,7 @@ PostgreSQL Reference Manual
&createAggregate;
&createCast;
&createConstraint;
&createConversion;
&createDatabase;
&createDomain;
&createFunction;
@ -82,6 +83,7 @@ PostgreSQL Reference Manual
&delete;
&dropAggregate;
&dropCast;
&dropConversion;
&dropDatabase;
&dropDomain;
&dropFunction;