pgsql/doc/src/sgml reference.sgml ref/allfiles ...
CVSROOT: /cvsroot
Module name: pgsql
Changes by: ishii@postgresql.org 02/07/22 04:57:15
Modified files:
doc/src/sgml : reference.sgml
doc/src/sgml/ref: allfiles.sgml
Added files:
doc/src/sgml/ref: create_conversion.sgml drop_conversion.sgml
Log message:
Add CREATE CONVERSION/DROP CONVERSOION reference manual
There's a few typos in these docs, Tatsuo:
eg.
CREATE CONVERSION is a PostgreSQL extension. There is no CREATE OPERATOR
statement in SQL99.
DROP CONVERSION is a PostgreSQL extension. There is no DROP OPERATOR
statement in SQL99.
You left in OPERATOR when it should be CONVERSION.
Chris
Show quoted text
-----Original Message-----
From: pgsql-committers-owner@postgresql.org
[mailto:pgsql-committers-owner@postgresql.org]On Behalf Of Tatsuo Ishii
Sent: Monday, 22 July 2002 4:57 PM
To: pgsql-committers@postgresql.org
Subject: [COMMITTERS] pgsql/doc/src/sgml reference.sgml ref/allfiles ...CVSROOT: /cvsroot
Module name: pgsql
Changes by: ishii@postgresql.org 02/07/22 04:57:15Modified files:
doc/src/sgml : reference.sgml
doc/src/sgml/ref: allfiles.sgml
Added files:
doc/src/sgml/ref: create_conversion.sgml drop_conversion.sgmlLog message:
Add CREATE CONVERSION/DROP CONVERSOION reference manual---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
There's a few typos in these docs, Tatsuo:
eg.
CREATE CONVERSION is a PostgreSQL extension. There is no CREATE OPERATOR
statement in SQL99.DROP CONVERSION is a PostgreSQL extension. There is no DROP OPERATOR
statement in SQL99.You left in OPERATOR when it should be CONVERSION.
Thanks for point it out!
--
Tatsuo Ishii