PATCH: Fix bug in inherited column definition

Поиск
Список
Период
Сортировка
От J.F. Oster
Тема PATCH: Fix bug in inherited column definition
Дата
Msg-id 615950992.20140210215836@mail.ru
обсуждение исходный текст
Ответы Re: PATCH: Fix bug in inherited column definition  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hello!

Please see attached screenshot and a patch to fix that.

There are 6 system columns (tableoid,cmax,xmax,cmin,xmin,ctid) which
are counted before inherited columns go.
Steps to reproduce:
 1. Connect to database
 2. Create table parenttable (f1 integer, f2 integer,... and so on)
 3. Create table childtable inherits (parenttable)
 4. In "Options - UI Miscellaneous" enable "Show System Objects in the
 treeview".
 5. See definition of childtable.

Also free up memory taken by pgSet *inhtables.

--
Best regards,
 J.F.
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: debugger.c tries to set log_min_messages, why?
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3