Re: can I define own variables?

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: can I define own variables?
Date: 2007-10-13 00:23:58
Message-ID: 20071013002358.GZ10098@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-10-13 01:25:54 Re: can I define own variables?
Previous Message brian 2007-10-12 23:42:23 Re: can I define own variables?