Re: How would I get rid of trailing blank line? - Mailing list pgsql-sql

From Tom Lane
Subject Re: How would I get rid of trailing blank line?
Date
Msg-id 14638.1238713281@sss.pgh.pa.us
Whole thread Raw
In response to How would I get rid of trailing blank line?  ("Tena Sakai" <tsakai@gallo.ucsf.edu>)
List pgsql-sql
"Tena Sakai" <tsakai@gallo.ucsf.edu> writes:
> I often use a line like:
>   psql -tf query.sql mydatabase > query.out

> -t option gets rid of the heading and count
> report at the bottom.  There is a blank line
> at the bottom, however.  Is there any way to
> have psql not give me that blank line?

Doesn't look like it --- the final fputc('\n', fout); seems to be
done unconditionally in all the output formats.  I wonder if we should
change that?  I'm afraid it might break programs that are used to it :-(
        regards, tom lane


pgsql-sql by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: FUNCTION problem
Next
From: Peter Willis
Date:
Subject: Re: FUNCTION problem