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-close.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-close.html') diff --git a/doc/src/sgml/html/sql-close.html b/doc/src/sgml/html/sql-close.html index 12e5a2f..128ff53 100644 --- a/doc/src/sgml/html/sql-close.html +++ b/doc/src/sgml/html/sql-close.html @@ -1,5 +1,5 @@ -CLOSE

CLOSE

CLOSE — close a cursor

Synopsis

+CLOSE

CLOSE

CLOSE — close a cursor

Synopsis

 CLOSE { name | ALL }
 

Description

CLOSE frees the resources associated with an open cursor. @@ -39,4 +39,4 @@ CLOSE liahona; CLOSE is fully conforming with the SQL standard. CLOSE ALL is a PostgreSQL extension. -

See Also

DECLARE, FETCH, MOVE
\ No newline at end of file +

See Also

DECLARE, FETCH, MOVE
\ No newline at end of file -- cgit v1.2.3