Thread
Commits
-
Fix description of pg_class.relam for table access methods
- 252f9a2580b0 12.0 landed
-
doc: update "relam" description in pg_class catalog reference
Ian Barwick <ian.barwick@2ndquadrant.com> — 2019-06-20T02:17:22Z
Hi Here: https://www.postgresql.org/docs/devel/catalog-pg-class.html the description for "relam" has not been updated to take into account table access methods; patch attached. Regards Ian Barwick -- Ian Barwick https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
-
Re: doc: update "relam" description in pg_class catalog reference
Ian Barwick <ian.barwick@2ndquadrant.com> — 2019-06-20T02:20:46Z
On 6/20/19 11:17 AM, Ian Barwick wrote: > Hi > > Here: > > https://www.postgresql.org/docs/devel/catalog-pg-class.html > > the description for "relam" has not been updated to take into account > table access methods; patch attached. Whoops, correct version attached. Sorry about the noise. Regards Ian Barwick -- Ian Barwick https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
-
Re: doc: update "relam" description in pg_class catalog reference
Michael Paquier <michael@paquier.xyz> — 2019-06-20T04:07:04Z
On Thu, Jun 20, 2019 at 11:20:46AM +0900, Ian Barwick wrote: > Whoops, correct version attached. Sorry about the noise. v2 looks fine to me, committed. Thanks! -- Michael
-
Re: doc: update "relam" description in pg_class catalog reference
Ian Barwick <ian.barwick@2ndquadrant.com> — 2019-06-20T04:08:55Z
On 6/20/19 1:07 PM, Michael Paquier wrote: > On Thu, Jun 20, 2019 at 11:20:46AM +0900, Ian Barwick wrote: >> Whoops, correct version attached. Sorry about the noise. > > v2 looks fine to me, committed. Thanks! Thanks! Regards Ian Barwick -- Ian Barwick https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services