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

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Poul Kristensen <bcc5226(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used
Date: 2016-11-21 15:11:41
Message-ID: 1bdc30ed-61ae-632e-c6f5-9b2139b80d84@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John McKown 2016-11-21 15:15:11 Re: Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used
Previous Message Benedikt Grundmann 2016-11-21 15:05:19 Re: How to introspect autovacuum analyze settings