Re: Transaction issue

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Transaction issue
Date: 2024-06-19 21:48:18
Message-ID: dd937ffd-ed05-4535-86dd-1803d966d8a1@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.
aklaver(at)mauradog:~$ psql -d test -U postgres -bstrac
/usr/lib/postgresql/16/bin/psql: invalid option -- 'r'
psql: hint: Try "psql --help" for more information.
aklaver(at)mauradog:~$ psql -d test -U postgres -bstac
/usr/lib/postgresql/16/bin/psql: option requires an argument -- 'c'
psql: hint: Try "psql --help" for more information.

Simplify:

psql -d <db_name> -U <user_name>

>
> Rich
>
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2024-06-19 21:55:32 Re: Transaction issue
Previous Message Ron Johnson 2024-06-19 21:44:30 Re: Transaction issue