Hi, Adrian, On Sun, Jul 5, 2026 at 3:24 PM Adrian Klaver <[email protected]> wrote: > > 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], [[email protected]], [], > [https://www.postgresql.org/]) > > 19beta1 > AC_INIT([PostgreSQL], [19beta1], [[email protected]], [], > [https://www.postgresql.org/]) > > Do you need more detail than that?
Yes. How do I find out if its 18 or 19 or 17 or? Thank you. > > If so what other Postgres files do you have access to? > > > > > Thank you. > > > > > > > -- > Adrian Klaver > [email protected]
