Read rows from a table and process - Need pointers

Поиск
Список
Период
Сортировка
От mahendrakar s
Тема Read rows from a table and process - Need pointers
Дата
Msg-id CABkiuWppFhqCvOSXqXjZZdVMSRc+xMLvbXjQfwuvcQ5P4tozrA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Read rows from a table and process - Need pointers  (Amul Sul <sulamul@gmail.com>)
Список pgsql-novice
Hi,

I have a table test with two columns varchar and json. I need to open test table and read the rows (string and json object) and process them inside pg extension 'C' code.
How to do this?  There is table_open function in pg code but it requires OID as input parameter.

Thanks,
Mahendrakar.

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

Предыдущее
От: Bzzzz
Дата:
Сообщение: Re: Unable to call an overloaded UDF
Следующее
От: Amul Sul
Дата:
Сообщение: Re: Read rows from a table and process - Need pointers