Re: Transaction issue

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transaction issue
Date: 2024-06-20 00:16:19
Message-ID: d21b9bfa-4ddc-4ae0-9c18-750d66ae6d9f@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/19/24 14:55, David G. Johnston wrote:
> On Wednesday, June 19, 2024, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com
> <mailto:adrian(dot)klaver(at)aklaver(dot)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.

As in?:

psql -d test -U postgres bustrac
psql: warning: extra command-line argument "bustrac" ignored
psql (16.3 (Ubuntu 16.3-1.pgdg22.04+1), server 15.7 (Ubuntu
15.7-1.pgdg22.04+1))
Type "help" for help.

test=#

In which case bustrac is ignored.

>
> David J.
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-06-20 00:18:46 Re: Transaction issue
Previous Message Rob Sargent 2024-06-19 22:14:06 Re: Transaction issue