Re: Transaction issue
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Adrian Klaver <adrian.klaver@aklaver.com>
Cc: Rich Shepard <rshepard@appl-ecosys.com>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2024-06-19T21:55:32Z
Lists: pgsql-general
On Wednesday, June 19, 2024, Adrian Klaver <adrian.klaver@aklaver.com> wrote: > On 6/19/24 14:33, Rich Shepard wrote: > >> On Wed, 19 Jun 2024, Adrian Klaver wrote: >> >> I should have added to previous post: >>> What is the exact command string you are using to launch psql? >>> >> >> $ psql bustrac >> > > I find it difficult to believe that actually runs. > > psql -d test -U postgres -bustrac > > psql: hint: Try "psql --help" for more information. You hallucinated a dash in front of the bustrac. psql bustract is a perfectly valid psql command. User gets inferred from the OS user. David J.