File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.23 2010/04/03 07:22:58 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.24 2010/06/16 02:12:51 petere Exp $ -->
22
33<refentry id="SQL-CREATECONVERSION">
44 <refmeta>
@@ -153,7 +153,8 @@ CREATE CONVERSION myconv FOR 'UTF8' TO 'LATIN1' FROM myfunc;
153153 <command>CREATE CONVERSION</command>
154154 is a <productname>PostgreSQL</productname> extension.
155155 There is no <command>CREATE CONVERSION</command>
156- statement in the SQL standard.
156+ statement in the SQL standard, but a <command>CREATE TRANSLATION</command>
157+ statement that is very similar in purpose and syntax.
157158 </para>
158159 </refsect1>
159160
Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.13 2010/04/03 07:23:00 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.14 2010/06/16 02:12:51 petere Exp $ -->
22
33<refentry id="SQL-DROPCONVERSION">
44 <refmeta>
@@ -86,7 +86,10 @@ DROP CONVERSION myname;
8686
8787 <para>
8888 There is no <command>DROP CONVERSION</command> statement in the SQL
89- standard.
89+ standard, but a <command>DROP TRANSLATION</command> statement that
90+ goes along with the <command>CREATE TRANSLATION</command> statement
91+ that is similar to the <command>CREATE CONVERSION</command>
92+ statement in PostgreSQL.
9093 </para>
9194 </refsect1>
9295
You can’t perform that action at this time.
0 commit comments