NAME DEALLOCATE - deallocate a prepared statement SYNOPSIS DEALLOCATE [ PREPARE ] { name | ALL } DESCRIPTION DEALLOCATE is used ... deallocate a previously prepared SQL statement. …manually cleaned up using the DEALLOCATE command. Prepared statements potentially have the largest performance advantage ... subsequently used to execute or deallocate a previously…SESSION AUTHORIZATION DEFAULT; RESET ALL; DEALLOCATE ALL; UNLISTEN *; SELECT pg_advisory_unlock_all(); DISCARD PLANSuses a somewhat different syntax. SEE ALSO DEALLOCATE (7), PREPARE