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

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

From
ishii@postgresql.org (Tatsuo Ishii)
Date:
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


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

From
"Christopher Kings-Lynne"
Date:
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

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


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

From
Tatsuo Ishii
Date:
> 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