Re: [INTERFACES] ECPG & 'exec sql connect to' question
От | Michael Meskes |
---|---|
Тема | Re: [INTERFACES] ECPG & 'exec sql connect to' question |
Дата | |
Msg-id | 19990305154945.A11186@gmx.net обсуждение исходный текст |
Ответ на | ECPG & 'exec sql connect to' question ("Pavel PaJaSoft Janousek" <janousek@fonet.cz>) |
Список | pgsql-interfaces |
On Thu, Mar 04, 1999 at 05:01:05PM +0100, Pavel PaJaSoft Janousek wrote: > 'exec sql connect to unix:postgresql://localhost:5432/mm; ' > > I thought, that this example is for ECPG, but.... It is. However, the same dbname syntax applies to all programs using libpq. > All described this I make by psql monitor... I create database 'test'. Database 'test' is created by unix user 'paja' ('paja'is postgres user too). I create new postgres user 'petr' with password 'petr'. As 'paja', I connect to database 'test'and create table 'pom' with some cols, then execute this: 'grant insert on pom to petr;'. All is OK, but now, I wantconnect to database 'test' by user 'petr'... of course, I cant' use simple command: > 'exec sql connect 'test';', because I want have only rights as user 'petr' (only inserting rows). > My problem is, that I don't know, how I can connect to database (on > local system or remote...) with specifiing user and his password. I > know, that I can use libpq directly, but I want do this by ECPG, not > by using the PostgreSQL C library. the syntax is 'exec sql <dbname> user <username> identified by <password>' > PS: A wrote this question in november 1998, but I didn't got some answer. > Of course, I specify my question rather diferent... Seems I missed it. Sorry. Michael -- Michael Meskes | Go SF 49ers! Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire! Tel.: (+49) 2431/72651 | Use Debian GNU/Linux! Email: Michael.Meskes@gmx.net | Use PostgreSQL!
В списке pgsql-interfaces по дате отправления: