Re: pgsql password when FreeBSD boots -- what's usual?

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: pgsql password when FreeBSD boots -- what's usual?
Дата
Msg-id 20030403201823.GH64139@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Re: pgsql password when FreeBSD boots -- what's usual?  (Medi Montaseri <medi.montaseri@intransa.com>)
Список pgsql-general
> In my application, I do the following before saying "ok db is up"
>
> 1- Look for the PID, that tells me postmaster at least is a process and
> has an ID
> 2- Check /proc/pid

/proc is a Linux-ism and can't be depended on.

> 3- Connect to template-1

You can't do this if you don't trust local or have some
non-interactive auth method.

> 4- Connect to MyDatabase
> 5- Query something,

I wonder if template1 could be setup as a read-only database, which'd
then make this quasi-feasible (provided there aren't any stored procs
or functions that could cause any harm to the local system).  -sc

> That tells me that all parts are working....
>
> By the way, does the '-w' on start gives up in 60 seconds or
> indefinitely blocks...

Should give up in 60sec according to the docs, though I'm circumspect
of this and haven't ever checked to see if it really does (ctrl+c is
my friend).  -sc

--
Sean Chittenden


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

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: Re: pgsql password when FreeBSD boots -- what's usual?
Следующее
От: Marc Drouin
Дата:
Сообщение: Re: Newbie: problem Connecting to Server