psql & query string length - Mailing list pgsql-hackers

From Ansley, Michael
Subject psql & query string length
Date
Msg-id 1BF7C7482189D211B03F00805F8527F70ED069@S-NATH-EXCH2
Whole thread Raw
Responses Re: [HACKERS] psql & query string length
List pgsql-hackers
Me, again...

In psql, is the \ that appears before a command supposed to terminate the
existing query line (if any), as well as escape the command from the query?
It seems that way, because anything after a \ command is ignored totally,
even another command.  Once the command has been executed, that's it.  Is
this the way that it's supposed to be?

Cheers...

MikeA


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: v6.5.1 'bundled'...
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Another reason to redesign querytree representation