Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...

From: Kirk Wolak <wolakk(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...
Date: 2022-12-08 14:52:52
Message-ID: CACLU5mSipi74doSXZrQYF3_O_SBDMhWtNkikv7+nFchTb-cN-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Dec 7, 2022 at 2:18 PM Andres Freund <andres(at)anarazel(dot)de> wrote:

> Hi,
>
> On 2022-11-28 17:22:19 -0500, Kirk Wolak wrote:
> > Thank you for this. We have the build working with meson (w/o
> readline).
> > I was not able to get "readline" to be recognized by meson (I've attached
> > the log file)....
> > It is "there" according to vcpkg. (other projects have a .pc file this
> one
> > is missing?)
>
> The problem is likely indicated by this:
> > env[PKG_CONFIG_PATH]:
> c:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe
>
> This needs to point to the directory containing the .pc files, not the
> executable.
>
> Greetings,
>
> Andres Freund
>

Thanks..
The above, plus I ended up having to create the readline.pc files.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message li jie 2022-12-09 03:27:33 Re: Support logical replication of DDLs
Previous Message David Rowley 2022-12-08 10:53:16 Re: Is there a way to know write statistics on an individual index