From 31176cd686f31dcb71392f6583f7b8d9cef63770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:19 +0200 Subject: Adding upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-createconversion.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-createconversion.html') diff --git a/doc/src/sgml/html/sql-createconversion.html b/doc/src/sgml/html/sql-createconversion.html index f8f5830..85d2662 100644 --- a/doc/src/sgml/html/sql-createconversion.html +++ b/doc/src/sgml/html/sql-createconversion.html @@ -1,5 +1,5 @@ -CREATE CONVERSION

CREATE CONVERSION

CREATE CONVERSION — define a new encoding conversion

Synopsis

+CREATE CONVERSION

CREATE CONVERSION

CREATE CONVERSION — define a new encoding conversion

Synopsis

 CREATE [ DEFAULT ] CONVERSION name
     FOR source_encoding TO dest_encoding FROM function_name
 

Description

@@ -69,4 +69,4 @@ CREATE CONVERSION myconv FOR 'UTF8' TO 'LATIN1' FROM myfunc; There is no CREATE CONVERSION statement in the SQL standard, but a CREATE TRANSLATION statement that is very similar in purpose and syntax. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3