Re: Creating tables for columns

Поиск
Список
Период
Сортировка
От Kohei KaiGai
Тема Re: Creating tables for columns
Дата
Msg-id CADyhKSWgO1cN+JJ+ZCh1Fgm9hwk+1hD_XMAuA1j7MpoZPtnz=g@mail.gmail.com
обсуждение исходный текст
Ответ на Creating tables for columns  (Rajashree Mandaogane <rajashree.28m@gmail.com>)
Список pgsql-hackers
I had implemented similar code on top of FDW API. https://github.com/kaigai/pg_strom/blob/old_cuda/utilcmds.c#L244

Probably, heap_create_with_catalog() is what you are finding out.

2014-03-21 22:57 GMT+09:00 Rajashree Mandaogane <rajashree.28m@gmail.com>:
> We are working on a project in which we need to create tables for each
> column. So which function should we call in recursion to create the tables?



-- 
KaiGai Kohei <kaigai@kaigai.gr.jp>



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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Array of composite types returned from python
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Inheritance of foregn key constraints.