Re: Formating psql query output

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Formating psql query output
Date: 2021-07-19 18:58:49
Message-ID: alpine.LNX.2.20.2107191157370.13362@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 19 Jul 2021, Adrian Klaver wrote:

> Is there a reason you can't just restrict the query to the columns you want?

Adrian,

As far as I know I need to specify FK and PK columns when tables are joined;
I don't need those key columns in the output.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2021-07-19 18:59:16 Re: Formating psql query output
Previous Message Rich Shepard 2021-07-19 18:57:25 Re: Formating psql query output [RESOLVED]