Re: Select works only when connected from login postgres
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Adrian Klaver <adrian.klaver@aklaver.com>
Cc: Joseph Brenner <doomvox@gmail.com>, pgsql-general@postgresql.org
Date: 2016-12-04T17:31:40Z
Lists: pgsql-hackers, pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes: > My suspicion is that when you did the source build you got some cross > contamination of libraries. That's the best theory I can come up with either, although libpq's APIs haven't really changed in any non-backwards-compatible fashion in years. I could imagine a newer psql flat-out crashing because it tries to call some libpq function that doesn't exist in an older libpq, but that's not what we're seeing here. It's really weird. A couple of tests that might help narrow things down: 1. In the server configuration, enable log_connections, log_disconnections, and log_statement = 'all'. Does anything show up in the log when you connect with the broken psql and issue commands? 2. If you issue commands that span multiple lines --- unclosed left parens, multiline string literals, missing semicolons --- does the psql prompt change to match? regards, tom lane
Commits
-
Handle empty or all-blank PAGER setting more sanely in psql.
- 1ec5cc025b41 9.2.20 landed
- ccb84dae13c9 9.4.11 landed
- bb39f58f76b4 9.6.2 landed
- 82eb5c514473 9.3.16 landed
- 370c7a863aa7 9.5.6 landed
- 18f8f784cbbf 10.0 landed