Re: can I define own variables?

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Andreas <maps(dot)on(at)gmx(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: can I define own variables?
Date: 2007-10-13 15:05:22
Message-ID: C3363AD2.827FD%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> can I define connection-global variables within a ODBC connection ?

Temp table, containing only 1 row, one column per variable. If you so wish,
wrap it up in stored procedures for creating, setting, and accessing.

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-10-13 15:12:05 Re: convert binary string to datum
Previous Message Ron Peterson 2007-10-13 14:47:51 Re: convert binary string to datum