pgsql: Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP
Date
Msg-id 20100616021251.5D1957541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP
TRANSLATION in the SQL standard.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        create_conversion.sgml (r1.23 -> r1.24)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_conversion.sgml?r1=1.23&r2=1.24)
        drop_conversion.sgml (r1.13 -> r1.14)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/drop_conversion.sgml?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Refactor sprintf calls with computed format strings into multiple
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Remove perl symbol table additions for plperl functions, and