Ask a Question related to PostgreSQL / PGSQL, Design and Development.
-
John DeSoi #1
psql question on echo output
I have output set to go to a file with \o. Now I want to process a file
with \i. With ECHO set to all, I would like the statement to be echoed
in the file before the output, but instead it comes to the screen
(standard output). Is there some setting or trick I missed to
accomplish this? I realize I can get all output in the file with
something like psql -f file > out, but I want to use the \i option so
the connection state and psql settings can be persisted across
different file executions.
Thanks,
John DeSoi, Ph.D.
[url]http://pgedit.com/[/url]
Power Tools for PostgreSQL
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
John DeSoi Guest
-
question on new psql datatype
I am developing a new "image" datatype in postgres which contains a binary field for storing image data and some other fields for additional... -
#25808 [Opn]: echo output ok in cmd but not in web browser
ID: 25808 User updated by: david dot nicholls at camden dot gov dot uk Reported By: david dot nicholls at camden dot gov dot uk... -
#25808 [Fbk->Opn]: echo output ok in cmd but not in web browser
ID: 25808 User updated by: david dot nicholls at camden dot gov dot uk Reported By: david dot nicholls at camden dot gov dot uk... -
#25808 [Fbk]: echo output ok in cmd but not in web browser
ID: 25808 Updated by: wez@php.net Reported By: david dot nicholls at camden dot gov dot uk Status: Feedback... -
#25808 [Opn->Fbk]: echo output ok in cmd but not in web browser
ID: 25808 Updated by: wez@php.net Reported By: david dot nicholls at camden dot gov dot uk -Status: Open...



Reply With Quote

