9.3 missing system catalog columns and views

Started by Thom Brownalmost 13 years ago6 messagesdocs
Jump to latest
#1Thom Brown
thom@linux.com

Hi all,

In the 9.3 docs the following columns are missing:

pg_class.relispopulated
pg_class.relminmxid
pg_database.datminmxid
pg_index.indislive

There's also no mention of the pg_event_trigger or pg_matviews views.

Thanks

Thom

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#2Thom Brown
thom@linux.com
In reply to: Thom Brown (#1)
Re: 9.3 missing system catalog columns and views

On 15 May 2013 16:25, Thom Brown <thom@linux.com> wrote:

Hi all,

In the 9.3 docs the following columns are missing:

pg_class.relispopulated
pg_class.relminmxid
pg_database.datminmxid
pg_index.indislive

There's also no mention of the pg_event_trigger or pg_matviews views.

It seems I flipped to the wrong version of the docs at one point, so I
incorrectly identified omissions, so let's try again:

Only the following 2 columns are missing:

pg_class.relminmxid
pg_database.datminmxid

Thanks

Thom

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#3Thom Brown
thom@linux.com
In reply to: Thom Brown (#2)
Re: 9.3 missing system catalog columns and views

On 15 May 2013 16:35, Thom Brown <thom@linux.com> wrote:

On 15 May 2013 16:25, Thom Brown <thom@linux.com> wrote:

Hi all,

In the 9.3 docs the following columns are missing:

pg_class.relispopulated
pg_class.relminmxid
pg_database.datminmxid
pg_index.indislive

There's also no mention of the pg_event_trigger or pg_matviews views.

It seems I flipped to the wrong version of the docs at one point, so I
incorrectly identified omissions, so let's try again:

Only the following 2 columns are missing:

pg_class.relminmxid
pg_database.datminmxid

Could someone add these in?

Thanks

Thom

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#4Peter Eisentraut
peter_e@gmx.net
In reply to: Thom Brown (#3)
Re: 9.3 missing system catalog columns and views

On 5/31/13 8:46 AM, Thom Brown wrote:

pg_class.relminmxid

pg_database.datminmxid

Could someone add these in?

These are from �lvaro's foreign-key locking patch. Perhaps he can fill
these in, which an informed description.

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#5Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Peter Eisentraut (#4)
Re: 9.3 missing system catalog columns and views

Peter Eisentraut wrote:

On 5/31/13 8:46 AM, Thom Brown wrote:

pg_class.relminmxid

pg_database.datminmxid

Could someone add these in?

These are from �lvaro's foreign-key locking patch. Perhaps he can fill
these in, which an informed description.

Sorry I missed the thread. Yes, will fix.

--
�lvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#6Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Peter Eisentraut (#4)
Re: 9.3 missing system catalog columns and views

Peter Eisentraut wrote:

On 5/31/13 8:46 AM, Thom Brown wrote:

pg_class.relminmxid

pg_database.datminmxid

Could someone add these in?

These are from �lvaro's foreign-key locking patch. Perhaps he can fill
these in, which an informed description.

Done, thanks.

--
�lvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs