pg_get_indexdef (PostgreSQL 7.2 Snapshot)

Поиск
Список
Период
Сортировка
От Dave Page
Тема pg_get_indexdef (PostgreSQL 7.2 Snapshot)
Дата
Msg-id AA30E7BCCA5C1D4E88A231900F8325C00B3B@dogbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: pg_get_indexdef (PostgreSQL 7.2 Snapshot)
Список pgsql-bugs
Hi,

I've been playing with a 7.2 snapshot downloaded from a mirror on 24 Sept.
During the addition of support in pgAdmin II for constraint clauses in index
definitions, I've found that for an index created with:

CREATE UNIQUE INDEX "constraint_index" ON "test" USING btree ("data") WHERE
id < 12345

pg_get_indexdef(oid) returns:

CREATE UNIQUE INDEX constraint_index ON test USING btree (data text_ops);

(and yes I am passing the correct oid!).

Please CC me any replies as I'm not on this list...

Regards, Dave.

--
Dave Page (dpage@postgresql.org)
pgAdmin Project Leader
http://pgadmin.postgresql.org/

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

Предыдущее
От: Rich Bodo
Дата:
Сообщение: initdb must have write access to /tmp
Следующее
От: Sascha Demetrio
Дата:
Сообщение: MM Bug in libecpg