distinguish between all and "all" in pg_hba.conf

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: distinguish between all and "all" in pg_hba.conf
Date: 2003-12-19 15:33:11
Message-ID: 3FE31A37.6080608@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:

>Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>
>>The minimal disturbance change might be to teach the parser to
>>distinguish between a quoted 'all' and an unquoted 'all', and forget the
>>'*' idea.
>>
>>
>
>Probably we ought to go with that, on backwards-compatibility grounds.
>
>
>

OK, here's the patch. Should we also do this for "sameuser" and
"samegroup" for the sake of completness?

cheers

andrew

Attachment Content-Type Size
quote-all.patch text/plain 3.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-12-19 15:42:08 Re: replace all with * in pg_hba.conf
Previous Message Marc G. Fournier 2003-12-19 15:28:04 Re: replace all with * in pg_hba.conf

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2003-12-19 15:42:08 Re: replace all with * in pg_hba.conf
Previous Message Marc G. Fournier 2003-12-19 15:28:04 Re: replace all with * in pg_hba.conf