Thread: psql

psql

From
GABRIEL MORALES CRIBILLERO
Date:
Hi,I have a problem. I hope someone can help me
Then, here we go:
- I have to make a C program that can conecct to a DataBase using
"PSQL".
-I do:"system("psql grp_xxx");".
but it request the password and the user.

Then How can I give by command line using "psql" the password and user.
Do I have to modified the Enviroment Variables}
if then How?

thanks a lot!

p.s:sorry for my english



Re: [SQL] psql

From
Dim Zegebart
Date:

GABRIEL MORALES CRIBILLERO wrote:

> Hi,I have a problem. I hope someone can help me
> Then, here we go:
> - I have to make a C program that can conecct to a DataBase using
> "PSQL".
> -I do:"system("psql grp_xxx");".
> but it request the password and the user.
>
> Then How can I give by command line using "psql" the password and user.
> Do I have to modified the Enviroment Variables}
> if then How?

Try to 'man pgintro'
It has a lot of information about user authentication.

--
____ ____
|   \   /   Dim Zegebart
____/____

Moscow Russia
WWW - http://www.geocities.com/siliconvalley/pines/7817
DZcomm - comm library for Allegro
Palantir - multitasking kernel for Allegro (based on PDMLWP)