[PATCHES] typo in psql-ref

2005-10-29 Thread Andreas Seltenreich
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

Re: [PATCHES] typo in psql-ref

2005-10-29 Thread Bruce Momjian
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

[PATCHES] TODO item -- Improve psql's handling of multi-line queries

2005-10-29 Thread Sergey E. Koposov
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