Re: [PATCHES] [HACKERS] psql \copy warning

2006-05-29 Thread Bruce Momjian
I have developed an updated patch that: o turns off escape_string_warning in pg_dumpall.c o optionally use E'' for \password (undocumented option?) o honor standard_conforming-strings for \copy (but not support literal E'' strings) o optionally use

[PATCHES] psql strings and ''

2006-05-29 Thread Bruce Momjian
Currently, psql single-quote argument strings can only embed single quotes as \', not ''. This is because while the main psqlscan.l loop understands '', the subsections used for psql arguments, xslasharg, doesn't. This patch attempts to fix that. However, I am not sure it is done right

Re: [PATCHES] pgstat: delayed write of stats file

2006-05-29 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian pgman@candle.pha.pa.us writes: Have we seen any such failures since the first day they appeared? agouti blew up about the same time you typed that, so yes it's still a problem. http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=agoutidt=2006-05-08%2003:15:01

Re: [PATCHES] [PATCH] Add support for GnuTLS

2006-05-29 Thread Bruce Momjian
I think we are ready to move forward with this. Please supply an updated patch ready for application. Thanks. --- Martijn van Oosterhout wrote: -- Start of PGP signed section. This patch does the following: - Provide

Re: [PATCHES] [PATCH] Add support for GnuTLS

2006-05-29 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: I think we are ready to move forward with this. Please supply an updated patch ready for application. Thanks. I'm still not very happy with the size/invasiveness of that patch. FWIW, Red Hat's legal department thinks that the FSF has overreached

[PATCHES] Doc bug

2006-05-29 Thread Greg Stark
I'm sure nobody was really confused by this little copy/paste oops in the comments but just for the hell of it. cd /r3/usr_local/src/pgsql/pgsql/src/backend/utils/adt/ diff -c /r3/usr_local/src/pgsql/pgsql/src/backend/utils/adt/name.c.\~1.58.\~

Re: [PATCHES] Doc bug

2006-05-29 Thread Tom Lane
Greg Stark [EMAIL PROTECTED] writes: I'm sure nobody was really confused by this little copy/paste oops in the comments but just for the hell of it. Egad, how old is that? [digs in archives...] That comment is there, and wrong, in the original Postgres95 version imported into our CVS. I don't