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

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Kirk Wolak <wolakk(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...
Date: 2024-10-07 22:01:26
Message-ID: CA+hUKG+17L3_Zmauwc3u7u0fLrQhpccN3dDDyQoPKz1y4XaDXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Kirk,

Just as an FYI since you were working in this area, Tom has just
knocked off one of the blockers for tab completion on Windows, namely
that MSVC didn't like the overgrown if-then-else code in
tab-complete.c[1]. That is now fixed in PostgreSQL's master
branch[2][3][4] (v18 to be).

[1] https://www.postgresql.org/message-id/flat/2208466.1720729502%40sss.pgh.pa.us
[2] https://github.com/postgres/postgres/commit/ef0938f7bdd0838857da38b9a660191ec8411696
[3] https://github.com/postgres/postgres/commit/bd1276a3c9433a9e2760db6ae6e73560d7d32a22
[4] https://github.com/postgres/postgres/commit/f391d9dc93a24923c57bb0e044161d3f0b840770

In response to

Browse pgsql-general by date

  From Date Subject
Next Message me+postgres 2024-10-08 03:03:57 Load balancing of write queries among health-checked nodes
Previous Message Ron Johnson 2024-10-07 16:17:41 Re: backup