Re: 9.5 BLOCKER: regrole and regnamespace and quotes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 9.5 BLOCKER: regrole and regnamespace and quotes
Date
Msg-id 27937.1451879227@sss.pgh.pa.us
Whole thread Raw
In response to Re: 9.5 BLOCKER: regrole and regnamespace and quotes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> There's no real advantage to that anyway, compared with just doing
> stringToQualifiedNameList and then complaining if its list_length isn't 1.

Or just use SplitIdentifierString directly ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Broken lock management in policy.c.
Next
From: Tom Lane
Date:
Subject: Re: row_security GUC does not behave as documented