pgAdmin III commit: Fix lots of bugs in foreign table support

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix lots of bugs in foreign table support
Дата
Msg-id 201104292342.p3TNggOC049668@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix lots of bugs in foreign table support

The load of existing foreign tables didn't work well. The contents of
ftoptions in pg_foreign_table strangely isn't compatible with the CREATE
FOREIGN TABLE syntax, so I had to add a function to parse the contents of this
field.

Contents of the types widgets weren't set to blank once a type was added.

And the use of the edit grid window started with a big crash: segmentation
fault.

Per a report from Thom Brown.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=dee63a2176031dd451c7f58f70d36ae052c9ea6b

Modified Files
--------------
pgadmin/dlg/dlgForeignTable.cpp         |   46 +++++++--------
pgadmin/frm/frmEditGrid.cpp             |    8 +++
pgadmin/include/schema/pgForeignTable.h |   10 ++-
pgadmin/include/utils/misc.h            |    1 +
pgadmin/schema/pgForeignTable.cpp       |   92 +++++++++++++++++++++++++++++-
5 files changed, 125 insertions(+), 32 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Bug with Foreign table interface
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin website commit: 1.12.2 is available since 2011-04-18.