Re: pg_hba_file_settings view patch
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Josh Berkus <josh@agliodbs.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Haribabu Kommi <kommi.haribabu@gmail.com>,
Michael Paquier <michael.paquier@gmail.com>,
Simon Riggs <simon@2ndquadrant.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-10-26T20:11:58Z
Lists: pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes: > On 10/26/2016 12:24 PM, Tom Lane wrote: >> I concur. JSON isn't a core datatype and I don't want to see it treated >> as one. We should redesign this view so that it doesn't rely on anything >> more advanced than arrays. > Huh? Sure it is. Ships in PostgreSQL-core. To my way of thinking it's a nonstandard extension. The fact that we chose to package it in core and not as an extension doesn't alter the fact that it's peripheral to the system and nothing else depends on it. I'd like to keep things that way. I wouldn't want any core-system functionality to start depending on the geometric types, either. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
- de16ab723888 10.0 landed
-
Restructure hba.c to replace 3 parallel lists with single list of structs.
- 350cb921ae2c 10.0 landed