pg_hba.conf includes

From: "Adam Fernie" <adam(at)mysi(dot)co(dot)uk>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: pg_hba.conf includes
Date: 2006-08-07 13:21:54
Message-ID: 20060807132355.41D625AF032@svr4.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I'm trying to use an include file to add a list of host addresses to the
pg_hba.conf file.

The line in pg_hba.conf looks like...

host dbname all @myhosts 255.255.255.255 md5

If I put a single ip or hostname in the file it works a treat but I
don't know how to include more than 1 host or IP address is the file.
Should it be comma seperated, newline for each file or something
different?

I'm using postgres 7.4 on debian.

Cheers

Adam

Scanned by Serendipity Interactive - MYmailSAFE

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Richard Broersma Jr 2006-08-07 13:57:56 Re: pg_hba.conf includes
Previous Message Srinivas Iyyer 2006-08-07 13:12:25 pg_dump question