Building a list of fields ?

Поиск
Список
Период
Сортировка
От David.Jacques@CCRS.NRCan.gc.ca
Тема Building a list of fields ?
Дата
Msg-id B7F9814D6850C949947CF8DEA13477810207AB89@s5-ccr-r2.ccrs.nrcan.gc.ca
обсуждение исходный текст
Ответы Re: Building a list of fields ?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-admin
I'm trying to make a generic function  InsertValues().

In order to do this (cleanly) I need to construct a field list from
the table name passed in as an argument. However I see no libpq function
to return the field names of a table. Does such a thing exist ?

I thought I was on to something by using the pg_attribute system table,
 but there is no field to relate a column to its table.



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

Предыдущее
От: Düster Horst
Дата:
Сообщение: Privileges where not restored
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Building a list of fields ?