Re: Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used
Дата
Msg-id 1bdc30ed-61ae-632e-c6f5-9b2139b80d84@aklaver.com
обсуждение исходный текст
Ответ на Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used  (Poul Kristensen <bcc5226@gmail.com>)
Список pgsql-general
On 11/21/2016 06:56 AM, Poul Kristensen wrote:
> Hi!
>
> Hopefully this is this list.
>
> A shell variabel is  defined like this
>
> var1= value
>
> used like ${var1}.
>
> How is the equal defened in the Postgresql C programming?

You probably need to be more specific about what aspect of using C in
Postgres you are talking about. Assuming  'ECPG - Embedded SQL in C' for
now:

https://www.postgresql.org/docs/9.5/static/ecpg-variables.html

>
> Thanks.
>
> Poul
>
> BTW: I have not received my ordered book yet!

There is one online:):

https://www.postgresql.org/docs/9.5/static/index.html
>
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Benedikt Grundmann
Дата:
Сообщение: Re: How to introspect autovacuum analyze settings
Следующее
От: John McKown
Дата:
Сообщение: Re: Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used