Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c88e55

Browse files
committed
Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP
TRANSLATION in the SQL standard.
1 parent418e1d8 commit0c88e55

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎doc/src/sgml/ref/create_conversion.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

‎doc/src/sgml/ref/drop_conversion.sgml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp