all non-PK columns from information schema

Поиск
Список
Период
Сортировка
От Tarlika Elisabeth Schmitz
Тема all non-PK columns from information schema
Дата
Msg-id 20111115085928.78c335e3@dick.coachhouse
обсуждение исходный текст
Список pgsql-general
I'd  like to select all column names for a specific table except those
that are part of the PK.

I know I need to somehow join information_schema.columns,
key_column_usage and table_constraints but how?

--

Best Regards,
Tarlika Elisabeth Schmitz

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

Предыдущее
От: Robins Tharakan
Дата:
Сообщение: Re: Client SQL Tool
Следующее
От: John R Pierce
Дата:
Сообщение: Re: how to adjust auto increment id offset?