February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released!
Supported Versions: Current (18) / 17 / 16 / 15 / 14
Development Versions: devel
Unsupported versions: 13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1
DEALLOCATE DESCRIPTOR
DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
Synopsis
DEALLOCATE DESCRIPTOR name
Description
DEALLOCATE DESCRIPTOR deallocates a named SQL descriptor area.
Parameters
name #
The name of the descriptor which is going to be deallocated. It is case sensitive. This can be an SQL identifier or a host variable.
Examples
EXEC SQL DEALLOCATE DESCRIPTOR mydesc;
Compatibility
DEALLOCATE DESCRIPTOR is specified in the SQL standard.
See Also
ALLOCATE DESCRIPTOR, GET DESCRIPTOR, SET DESCRIPTOR
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.