Re: How do I use the backend APIs

Поиск
Список
Период
Сортировка
От Chad
Тема Re: How do I use the backend APIs
Дата
Msg-id 1140173032.978294.238810@g43g2000cwa.googlegroups.com
обсуждение исходный текст
Ответ на Re: How do I use the backend APIs  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: How do I use the backend APIs  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: How do I use the backend APIs  (Alban Hertroys <alban@magproductions.nl>)
Список pgsql-general
Thanks Martijn,

This is exactly what I am looking for. I'm wondering how easy it is to
sit on top of this backend. Does anybody have any stand alone sample
code? Is it a library that can be linked or do you need to produce a
modified version of the postgres server? Can it be used in shared
library form and if so will it support multiple processes using it on
the same machine?

----------------------

"Well, in the backend you can do things like open a btree index, setup
an ScanKey to indicate which values you want and then keep calling
getnext(). If you set your scankey to (col1 >= 'A') it will start at
'A' and go up from there... "


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

Предыдущее
От: "mmaclennan"
Дата:
Сообщение: connecting to pgsql
Следующее
От: nelsonsoft@hotmail.com
Дата:
Сообщение: Re: Btrieve to SQL