Re: Refreshing findoidjoins for v11

2018-05-07 Thread Michael Paquier
On Mon, May 07, 2018 at 02:32:48PM -0400, Tom Lane wrote: > Pushed, thanks for doing the legwork. Thanks. -- Michael signature.asc Description: PGP signature

Re: Refreshing findoidjoins for v11

2018-05-07 Thread Tom Lane
Michael Paquier writes: > Wouldn't it be time to update the list of catalog joins generated by > findoidjoins? Pushed, thanks for doing the legwork. regards, tom lane

Refreshing findoidjoins for v11

2018-05-06 Thread Michael Paquier
Hi all, Wouldn't it be time to update the list of catalog joins generated by findoidjoins? Running it myself, I have spotted two new links: +Join pg_catalog.pg_constraint.conparentid => pg_catalog.pg_constraint.oid +Join pg_catalog.pg_partitioned_table.partdefid => pg_catalog.pg_class.oid 86f575