PostgreSQL DEALLOCATE DESCRIPTOR Prev Up 35.14. Embedded SQL Commands Home Next 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 Prev Up Next CONNECT Home DECLARE Privacy Policy | Code of Conduct | About PostgreSQL | Contact Copyright © 1996-2023 The PostgreSQL Global Development Group