Re: Calling psql from a bat file on windows?

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Calling psql from a bat file on windows?
Дата
Msg-id 8A3AA005-7587-11D9-B278-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на Calling psql from a bat file on windows?  ("Oisin Glynn" <me@oisinglynn.com>)
Список pgsql-novice
On Feb 2, 2005, at 4:37 PM, Oisin Glynn wrote:

>
> I want to call a sql expression( and or file) from a bat file and pipe
> the result to a text file. Sounds super simple.. I am trying to use
> psql but I cannot find a way of passing the password to this. I want
> to schedule the bat file from windows scheduler.
>
>  How can I pass the password to psql without human interaction? Or is
> there a smarter way to acheive this?
>
> I did try searching for an answer but if there is a faq I should be
> reading point me there


One option is to setup a .pgpass file. See

http://www.postgresql.org/docs/8.0/interactive/libpq-pgpass.html


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: How to "COPY schema1.table TO schema2.table" ?
Следующее
От: "Rodolfo J. Paiz"
Дата:
Сообщение: Re: some help