[DOCS] "Extension" versus "module"

2011-02-13 Thread Tom Lane
Appendix F (contrib.sgml and its subsidiary files) is pretty consistent about using "module" to refer to a contrib, uh, module. I considered doing a search-and-replace to change this to "extension", but I'm not convinced that's a good idea. I think "extension" means a specific kind of SQL object

Re: [DOCS] [GENERAL] Gripe: bytea_output default => data corruption

2011-02-13 Thread Bruce Momjian
ljb wrote: > [email protected] wrote: > >... > > OK, updated version attached. I keep most of the new patch for the > > PQescapeBytea docs rather than use most of the original so it would > > match text for other escape functions. > > Looks good to me. Thanks for the reviews. Applied and backpat