Обсуждение: pg_hba.conf and upgrade

Поиск
Список
Период
Сортировка

pg_hba.conf and upgrade

От
Sean Davis
Дата:
Just a quick question--does it suffice to copy the pg_hba.conf from
7.4.3 to the data directory of 8.0.0 (assuming the users are created,
in addition)?

Thanks,
Sean


Re: pg_hba.conf and upgrade

От
Jeff Eckermann
Дата:
--- Sean Davis <sdavis2@mail.nih.gov> wrote:

> Just a quick question--does it suffice to copy the
> pg_hba.conf from
> 7.4.3 to the data directory of 8.0.0 (assuming the
> users are created,
> in addition)?

The format of the pg_hba.conf file is subject to
change between releases, so making a regular practice
of this would be risky.  You will need to check the
detailed release notes to be sure.

>
> Thanks,
> Sean
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>





__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

Re: pg_hba.conf and upgrade

От
"Mike G."
Дата:
That will work.  A few changes were made to how you can enter the settings in 8.0 but the format of pre 8.0 is still
supported.

Mike

On Thu, Jan 20, 2005 at 08:35:53AM -0500, Sean Davis wrote:
> Just a quick question--does it suffice to copy the pg_hba.conf from
> 7.4.3 to the data directory of 8.0.0 (assuming the users are created,
> in addition)?
>
> Thanks,
> Sean
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

Re: pg_hba.conf and upgrade

От
Sean Davis
Дата:
Thanks.  It worked fine.

Sean

On Jan 20, 2005, at 8:26 PM, Mike G. wrote:

> That will work.  A few changes were made to how you can enter the
> settings in 8.0 but the format of pre 8.0 is still supported.
>
> Mike
>
> On Thu, Jan 20, 2005 at 08:35:53AM -0500, Sean Davis wrote:
>> Just a quick question--does it suffice to copy the pg_hba.conf from
>> 7.4.3 to the data directory of 8.0.0 (assuming the users are created,
>> in addition)?
>>
>> Thanks,
>> Sean
>>
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 8: explain analyze is your friend