Re: [PATCHES] Mistake of win32.mak in the Native mode of Windows

2005-09-16 Thread Bruce Momjian
Patch applied. Thanks. I also fixed the BCC build in the same way. --- Hiroshi Saito wrote: > Hi. > > This correction is required of nmake of Windows. > Please check it. > > Thanks. > > Regards, > Hiroshi Saito [ Att

Re: [PATCHES] FAQ numbering fix

2005-09-16 Thread Bruce Momjian
Patch applied. Thanks. --- Michael Fuhr wrote: > Two items the body of the FAQ are numbered 4.20 (the table of > contents correctly has 4.20 and 4.21). This patch fixes that. > > -- > Michael Fuhr [ Attachment, skippin

[PATCHES] Bug in psql (on_error_rollback)

2005-09-16 Thread Michael Paesold
There is a bug in psql for the new ON_ERROR_ROLLBACK feature. In AUTOCOMMIT off mode it does not work correctly for the first statement. This is how it works usually: postgres=# \set AUTOCOMMIT off postgres=# \set ON_ERROR_ROLLBACK interactive postgres=# SELE

[PATCHES] psql \x bug

2005-09-16 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Fix two instances of using raw "puts" inside of specifying fout. The second one caused a bug that can be seen by using the pager in expanded output mode: $ psql pgtest pgtest> \x Expanded displa