Re: Retrieve filename within a script

Поиск
Список
Период
Сортировка
От Vincent Veyron
Тема Re: Retrieve filename within a script
Дата
Msg-id 20241115172930.c11b7546b49af380f2d8840f@wanadoo.fr
обсуждение исходный текст
Ответ на Retrieve filename within a script  (Patrick FICHE <Patrick.Fiche@aqsacom.com>)
Список pgsql-general
On Thu, 14 Nov 2024 08:42:36 +0000
Patrick FICHE <Patrick.Fiche@aqsacom.com> wrote:

> I was wondering if it was possible to get the filename provided as an argument to psql.
> psql -f /tmp/test.sql
>

Since you know it already, you could pass it as a variable :

psql -f /tmp/test.sql -v my_path='/tmp/test.sql'

and retrieve it with SELECT :'my_path';

--
                    Bien à vous, Vincent Veyron

https://marica.fr
Logiciel de gestion des contentieux juridiques, des contrats et des sinistres d'assurance



В списке pgsql-general по дате отправления: