Re: [HACKERS] Allow pg_dumpall to work without pg_authid - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [HACKERS] Allow pg_dumpall to work without pg_authid
Date
Msg-id 20170315135619.GR9812@tamriel.snowman.net
Whole thread Raw
In response to Re: [HACKERS] Allow pg_dumpall to work without pg_authid  (Sachin Kotwal <kotsachin@gmail.com>)
Responses Re: [HACKERS] Allow pg_dumpall to work without pg_authid  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Greetings,

* Sachin Kotwal (kotsachin@gmail.com) wrote:
> Thanks. I understand this is small but new feature and not bug fix.
> But we should be able to backpatch if there is no dependency.

No, it's a new feature and won't be back-patched.

> It will help users to get benefit of this feature for g96 and pg95 in RDS
> until they will have pg10 in RDS.

There is no need to wait for pg10 to be in RDS to use PG10's pg_dumpall
against RDS databases.  pg_dump and pg_dumpall are very intentionally
designed and intended to work against older versions of PG, so as soon
as PG10 is released you'll be able to run PG10's pg_dumpall against your
9.6 or 9.5 RDS databases.

> If It is against community policy then it is ok. I can understand.

It is against community policy to back-patch features.

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] GSOC - TOAST'ing in slices
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Defaulting psql to ON_ERROR_ROLLBACK=interactive