Re: Linux equivalent library for "postgres.lib" from Windows

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Linux equivalent library for "postgres.lib" from Windows
Дата
Msg-id 43774fc9-9329-71b7-3916-db179ef48cea@hogranch.com
обсуждение исходный текст
Ответ на Linux equivalent library for "postgres.lib" from Windows  ("Gadamsetty, Kiran" <Kiran.Gadamsetty@dell.com>)
Ответы Re: Linux equivalent library for "postgres.lib" from Windows  (Michael Paquier <michael.paquier@gmail.com>)
Re: Linux equivalent library for "postgres.lib" from Windows  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список pgsql-general
On 11/6/2016 9:28 PM, Gadamsetty, Kiran wrote:

I am new to the product and in windows “postgres.lib” provides certain functions which we are using in windows for creating extensions.

Now I am porting the project to Linux and there no straight library with this name in Linux binaries packages.

 

Can someone please advise the equivalent library for postgres.lib in Linux?

 


I am not sure what this postgres.lib is, what are the functions you're using ?

libpq.so is the standard postgres client library.  it provides the PQxxxxxx functions documented here, https://www.postgresql.org/docs/current/static/libpq.html

or are you talking about the SPI_xxxxx functions used by C functions being called within postgresql ?





-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Linux equivalent library for "postgres.lib" from Windows
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Linux equivalent library for "postgres.lib" from Windows