Is it possible to access postgres configuration froma C stored procedure ?
I need to leverage memory usage and I'd use postgres configurationrather then a compile-time define.
Is there such a configuration, if access is possible ?
--strk;