Обсуждение: 9.3 missing system catalog columns and views

Поиск
Список
Период
Сортировка

9.3 missing system catalog columns and views

От
Thom Brown
Дата:
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


Re: 9.3 missing system catalog columns and views

От
Thom Brown
Дата:
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


Re: 9.3 missing system catalog columns and views

От
Thom Brown
Дата:
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


Re: 9.3 missing system catalog columns and views

От
Alvaro Herrera
Дата:
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


Re: 9.3 missing system catalog columns and views

От
Peter Eisentraut
Дата:
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.



Re: 9.3 missing system catalog columns and views

От
Alvaro Herrera
Дата:
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