Re: [SQL] connecting with password

Поиск
Список
Период
Сортировка
От Daniele Orlandi
Тема Re: [SQL] connecting with password
Дата
Msg-id 35F88B6E.7F0D9944@orlandi.com
обсуждение исходный текст
Ответ на connecting with password  (Eric McKeown <ericm@palaver.net>)
Список pgsql-sql
Eric McKeown wrote:
>
> Is there any way to set up special password protections for a Postgres
> database, so that I can force someone to present a username and password
> when connecting from a PHP script?  I've combed the docs for something on
> this, and I may just be completely off base on the feasibility.
>
> Comments appreciated...

I use this to connect with username/password:

$conn=pg_pconnect("host=localhost dbname=db user=me password=foobar");

Not very documented, found with a bit of luck....

Bye!

--
 Daniele

-------------------------------------------------------------------------------
"On the Internet, no one knows you're using Windows NT"
(Submitted by Ramiro Estrugo, restrugo@fateware.com)
-------------------------------------------------------------------------------
 Se telecom italia aggiungesse uno scatto al giorno ad ogni abbonato, dal
 primo Gennaio avrebbe rubato 803.726.000.000 Lire.
-------------------------------------------------------------------------------
 Daniele Orlandi - Utility Line Italia - http://www.orlandi.com
 Via Mezzera 29/A - 20030 - Seveso (MI) - Italy
-------------------------------------------------------------------------------

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

Предыдущее
От: Eric McKeown
Дата:
Сообщение: connecting with password
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [SQL] connecting with password