Re: Formating psql query output

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" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Formating psql query output
Date: 2021-07-19 19:11:09
Message-ID: 8CC701FE-3E7D-4867-8FD8-9C02609474E9@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Jul 19, 2021, at 1:07 PM, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:
>
> On Mon, 19 Jul 2021, Rob Sargent wrote:
>
>> Can we see on line of the csv output? The field with commas should be in
>> quotes, no? You’ll have write a “real” csv importer. awk =F”\”*,*\””
>> might, heavy on the might.
>
> Rob,
>
> Here's a redacted output line:
>
> 8,2019-04-08,Phone,Went to voice mail @ 14:48; didn't leave a message. Call
> Wednesday morning,8,<lname>,<fname>,537,537,<company_name>
>
> No quoted text fields.
>
> Rich
>
>
Postgres version?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-07-19 19:11:48 Re: Formating psql query output
Previous Message Rich Shepard 2021-07-19 19:07:08 Re: Formating psql query output