What is the command that can be used to allocate memory in postgreSQL?
The PostgreSQL functions palloc and malloc are used for allocating memory.
BY Best Interview Question ON 19 Jun 2020
The PostgreSQL functions palloc and malloc are used for allocating memory.