GDB Debugging session PostgreSQL & AGE
Prerequisite
Having a running instance of Postgresql server and (having it surely installed beside AGE and debug flag is enabled)
The following commands are used for loading AGE
CREATE EXTENSION age;
LOAD ‘age’;
SET search_path = ag_catalog, "$user...
rrrokhtar.hashnode.dev2 min read