Global(shared) variable in postgresql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mangesh2209
    New Member
    • Oct 2008
    • 1

    Global(shared) variable in postgresql

    hi
    i need to use a integer value in the optimizer's code and i want to send that value to this code from outside

    Is there anything like global(shared) variable in postgre whose value i can set (using like set for environment variables) in my java code and get that value in optimizer code
Working...