From: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
---|---|
To: | "longlong" <asfnuts(at)gmail(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: about Command Prompt. |
Date: | 2007-10-10 05:30:25 |
Message-ID: | 08b801c80afe$a8f99900$c601a8c0@HP22720319231 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi.
----- Original Message -----
From: longlong
> if it is not in Command Prompt how can i work in a .bat file like that.
> and i don't want the user input password,no interaction.
Ahh, Ok.
Please see.
http://developer.postgresql.org/pgdocs/postgres/libpq-pgpass.html
notepad "%APPDATA%\postgresql\pgpass.conf"
--edit-sample--
*:5433:postgres:postgres:postgres
It follows. This is not request password.
C:\Program Files\PostgreSQL\8.3-beta1\bin>psql postgres postgres
Welcome to psql 8.3beta1, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
postgres=# \q
I want this to help you.:-)
Regards,
Hiroshi Saito
From | Date | Subject | |
---|---|---|---|
Next Message | Stuart Cooper | 2007-10-10 05:36:35 | Re: about Command Prompt |
Previous Message | Jasbinder Singh Bali | 2007-10-10 05:00:13 | Re: SLEEP in posgresql |