On 7/5/26 11:09 AM, Igor Korot wrote:
> Hi, Rob,
>
>> See chapter 9.27.11, not Mr. Google.
>
> igor@WaylandGnome ~/dbhandler/Debug/dbhandler $ select version()
> bash: syntax error near unexpected token `('
>
> I need to check it inside configure.ac, not inside psql or any other PG client.
From configure.ac, for major version:
18
AC_INIT([PostgreSQL], [18.0], [pgsql-bugs@lists.postgresql.org], [],
[https://www.postgresql.org/])
19beta1
AC_INIT([PostgreSQL], [19beta1], [pgsql-bugs@lists.postgresql.org], [],
[https://www.postgresql.org/])
Do you need more detail than that?
If so what other Postgres files do you have access to?
>
> Thank you.
>
>
--
Adrian Klaver
adrian.klaver@aklaver.com