Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0c88e559
Commit
0c88e559
authored
Jun 16, 2010
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROP
TRANSLATION in the SQL standard.
parent
418e1d82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
doc/src/sgml/ref/create_conversion.sgml
doc/src/sgml/ref/create_conversion.sgml
+3
-2
doc/src/sgml/ref/drop_conversion.sgml
doc/src/sgml/ref/drop_conversion.sgml
+5
-2
No files found.
doc/src/sgml/ref/create_conversion.sgml
View file @
0c88e559
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.2
3 2010/04/03 07:22:58
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_conversion.sgml,v 1.2
4 2010/06/16 02:12:51
petere Exp $ -->
<refentry id="SQL-CREATECONVERSION">
<refmeta>
...
...
@@ -153,7 +153,8 @@ CREATE CONVERSION myconv FOR 'UTF8' TO 'LATIN1' FROM myfunc;
<command>CREATE CONVERSION</command>
is a <productname>PostgreSQL</productname> extension.
There is no <command>CREATE CONVERSION</command>
statement in the SQL standard.
statement in the SQL standard, but a <command>CREATE TRANSLATION</command>
statement that is very similar in purpose and syntax.
</para>
</refsect1>
...
...
doc/src/sgml/ref/drop_conversion.sgml
View file @
0c88e559
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.1
3 2010/04/03 07:23:00
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/drop_conversion.sgml,v 1.1
4 2010/06/16 02:12:51
petere Exp $ -->
<refentry id="SQL-DROPCONVERSION">
<refmeta>
...
...
@@ -86,7 +86,10 @@ DROP CONVERSION myname;
<para>
There is no <command>DROP CONVERSION</command> statement in the SQL
standard.
standard, but a <command>DROP TRANSLATION</command> statement that
goes along with the <command>CREATE TRANSLATION</command> statement
that is similar to the <command>CREATE CONVERSION</command>
statement in PostgreSQL.
</para>
</refsect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment