| From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
|---|---|
| To: | sad <sad(at)bankir(dot)ru> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: session variable |
| Date: | 2003-09-02 12:40:48 |
| Message-ID: | 3F548FD0.5070600@pse-consulting.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-sql |
sad wrote:
>>>is it possible to define user variables in session ?
>>>If not then is it planned to implement ?
>>>or it is principially impossible in PosqtgreSQL
>>>
>>>
>>psql has variables, but in general we don't support session varibles.
>>You could create a temp table and put a value in there easily.
>>
>>
>
>that's ok, unless i need to access it in a trigger.
>
No problem to use a temp table in a trigger (which is local to the
session), I do so myself. Still, session variables would be nice, making
coding a little bit more comfortable.
>
>where may i ask a programming and perfomance question?
>i think mailing such questions to "BUGS" is not a good idea.
>
Just use the pgsql-sql and pgsql-performance mailing lists.
Regards,
Andreas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | sad | 2003-09-02 13:13:24 | Re: [BUGS] session variable |
| Previous Message | sad | 2003-09-02 12:29:26 | Re: session variable |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | sad | 2003-09-02 13:13:24 | Re: [BUGS] session variable |
| Previous Message | sad | 2003-09-02 12:29:26 | Re: session variable |