This function is used by a query client to close its query context.
This function is typically not used, as open_query() can change the query context without needing to close the context first.
Available in a network database to all users.
Parameters:
None.
Examples:
SELECT close_query(); -- closes the query context.
Comments
Article is closed for comments.