I haven't found anything about saveponds in the release notes, so I
guess this is a typo :-)
Index: doc/src/sgml/ref/psql-ref.sgml
===
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.151
diff
Patch applied. Thanks. Your documentation changes can be viewed in
five minutes using links on the developer's page,
http://www.postgresql.org/developer/testing.
---
Andreas Seltenreich wrote:
>
> I haven't found anythi
Hello All,
I'm proposing the small patch for the TODO item -- Improve psql's handling
of multi-line queries. With this patch the multi-line queries are saved
by readline as whole and not line by line.
This is my first patch for Postgres but it seems to work and to not break
anything.
I'm wai