Re: can I define own variables? - Mailing list pgsql-general

From Sam Mason
Subject Re: can I define own variables?
Date
Msg-id 20071013002358.GZ10098@samason.me.uk
Whole thread Raw
In response to can I define own variables?  (Andreas <maps.on@gmx.net>)
Responses Re: can I define own variables?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Sat, Oct 13, 2007 at 12:18:45AM +0200, Andreas wrote:
> can I define connection-global variables within a ODBC connection ?

You could use a temporary table, keyed on the variable name.  Not
particularly nice to use, but it works.  You can create accessor
functions reasonably easily if you want.

A real programming language server side would be great though!


  Sam

pgsql-general by date:

Previous
From: brian
Date:
Subject: Re: can I define own variables?
Next
From: Tom Lane
Date:
Subject: Re: can I define own variables?