BUG #2644: pgadmin III foreign key

Поиск
Список
Период
Сортировка
От Massimiliano Citterio
Тема BUG #2644: pgadmin III foreign key
Дата
Msg-id 200609220820.k8M8Khxf079941@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2644: pgadmin III foreign key  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2644
Logged by:          Massimiliano Citterio
Email address:      massicitte@libero.it
PostgreSQL version: 8.1.4
Operating system:   Windows 2003
Description:        pgadmin III  foreign key
Details:

The referencing column dropdown listbox not filled with fields from
referenced table.

The case appear after doing the following actions.

Create a schema named like $user (ex. "postgres").
Delete Schema "Public".
Refresh the Database View...
Now the default Schema for the database is "postgres"

create tables, the try to create foreign keys using the GUI.
There is no way.

If you create a new schema "public" it does not works.

If you create a new schema "public" and rename the "postgres" schema to
something else the it works.

If you drop schema "postgres" create schema "public" and then recreate
schema postgres and his tables, then foreign key GUI works.

May be the GUI search for schema "public" but it must have an OID lesser of
all other schemas in the searchpath.

Infact the default search path is $user, public.

By the way it does not work if a schema named public does not exist.

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

Предыдущее
От: "Gene Neely"
Дата:
Сообщение: BUG #2643: Auto trim on insert and update
Следующее
От: "Maciej Pilichowski"
Дата:
Сообщение: BUG #2649: wish: provide multi-row INSERT with VALUES