Re: Find duplicates in a column then print Information to a file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: Sherman Willden <operasopranos(at)gmail(dot)com>, Francisco Olarte <folarte(at)peoplecall(dot)com>, martin(dot)moore(at)avbrief(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Find duplicates in a column then print Information to a file
Date: 2017-12-31 20:08:49
Message-ID: 4611.1514750929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rob Sargent <robjsargent(at)gmail(dot)com> writes:
> Keep in mind there is a quick write-to-file in psql with ‘\o <filename>’. And don’t forget to turn it off with ‘\o’

See also "\g filename", for one-shot output.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ibrahim Edib Kokdemir 2017-12-31 21:10:45 Re: invalid memory alloc request size 576460752438159360
Previous Message Rob Sargent 2017-12-31 19:23:21 Re: Find duplicates in a column then print Information to a file