Re: psql variables in the DO command
| От | Pavel Luzanov |
|---|---|
| Тема | Re: psql variables in the DO command |
| Дата | |
| Msg-id | f80e9cbb-75e8-d349-e5e9-6d33abca259b@postgrespro.ru обсуждение |
| Ответ на | Re: psql variables in the DO command (Pavel Stehule <pavel.stehule@gmail.com>) |
| Ответы |
Re: psql variables in the DO command
|
| Список | pgsql-general |
On 05.03.2018 16:42, Pavel Stehule wrote:
But SELECT command also executed on a server side ))
I thought that the command is sent to the server after variable's replacement.
I can't use psql variable in the DO command. Is it intentional behavior?yes. psql variables living on client side, and are not accessible from server side . DO command is executed on server side.
But SELECT command also executed on a server side ))
I thought that the command is sent to the server after variable's replacement.
Yes, I know about workarounds.you can copy psql variables to GUC variables by set_config function, and then on server side use current_setting function for getting the content.
----- Pavel Luzanov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
В списке pgsql-general по дате отправления: