![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Good day is it possible to define user variables in session ? If not then is it planned to implement ? or it is principially impossible in PosqtgreSQL |
#3
| |||
| |||
|
|
sad wrote: Good day 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. |
#4
| |||
| |||
|
|
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 |
|
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. |
#5
| |||
| |||
|
|
Could you possible have some type of variable (preferably the Transaction ID) that can identify an individual process? |
#6
| |||
| |||
|
|
On Monday 01 September 2003 20:57, you wrote: sad wrote: Good day 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |