Re: Database issues when adding GUI

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Database issues when adding GUI
Date: 2021-06-07 15:37:21
Message-ID: fc13956f-271a-7977-54d3-9aeb76f0211c@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>> can you show a psql session which accesses these tables, including
>> connection string?
Not sure about the 'connection string' part but:
> bustrac=# select * from activitytypes;
psql --host machine --user role --dbname something
For your app it might be a config file with corresponding entries, or
perhaps you command line invocation?
I suspect there's a mis-match between the two.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-06-07 15:42:35 Re: Database issues when adding GUI
Previous Message Rich Shepard 2021-06-07 15:32:43 Re: Database issues when adding GUI