From a14b88819a8a22da4f5abb19a3b1b61aebb10a7c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:20 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-dropconversion.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-dropconversion.html') diff --git a/doc/src/sgml/html/sql-dropconversion.html b/doc/src/sgml/html/sql-dropconversion.html index f55d42e..7ad9f70 100644 --- a/doc/src/sgml/html/sql-dropconversion.html +++ b/doc/src/sgml/html/sql-dropconversion.html @@ -1,5 +1,5 @@ -DROP CONVERSION

DROP CONVERSION

DROP CONVERSION — remove a conversion

Synopsis

+DROP CONVERSION

DROP CONVERSION

DROP CONVERSION — remove a conversion

Synopsis

 DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
 

Description

DROP CONVERSION removes a previously defined conversion. @@ -23,4 +23,4 @@ DROP CONVERSION myname; goes along with the CREATE TRANSLATION statement that is similar to the CREATE CONVERSION statement in PostgreSQL. -

\ No newline at end of file +

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