Get table catalog from pg_indexes

Поиск
Список
Период
Сортировка
От Igor Korot
Тема Get table catalog from pg_indexes
Дата
Msg-id CA+FnnTxHT4K+oRrVytEDVMmG1nLcH9zkMb-_wx-FyKJOJ__zTQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Get table catalog from pg_indexes
Re: Get table catalog from pg_indexes
Список pgsql-general
Hi, ALL,
Table pg_indexes does not contain a field for a catalog.

So how do I get that?

SELECT 1 FROM pg_indexes WHERE indexname = $1 AND tablename = $2 AND
schemaname = $3

Thank you.



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