View Single Post

   
  #1 (permalink)  
Old 04-11-2008, 05:35 AM
strk
 
Posts: n/a
Default accessing postgres conf from stored procedure

Is it possible to access postgres configuration from
a C stored procedure ?

I need to leverage memory usage and I'd use postgres configuration
rather then a compile-time define.

Is there such a configuration, if access is possible ?

--strk;

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply With Quote