pgsql/doc/src/sgml reference.sgml ref/allfiles ...

Started by Tatsuo Ishiiabout 24 years ago3 messagescomitters
Jump to latest
#1Tatsuo Ishii
ishii@postgresql.org

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

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tatsuo Ishii (#1)
Re: pgsql/doc/src/sgml reference.sgml ref/allfiles ...

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: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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

#3Tatsuo Ishii
ishii@postgresql.org
In reply to: Christopher Kings-Lynne (#2)
Re: pgsql/doc/src/sgml reference.sgml ref/allfiles ...

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