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

2011-02-05 Thread ljb
br...@momjian.us 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. -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To m

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

2011-02-04 Thread ljb
br...@momjian.us wrote: > Here is an updated patch, again to be backpatched to 9.0. Getting better. In change block 1, after PQescapeString synopsis: Change: "does not take a Pgconn or error parameters" to: "does not take Pgconn or error parameters" In change block 4, PQescapeBytea, I don't

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

2011-02-03 Thread ljb
br...@momjian.us wrote: >... >> Based on this report, I have created the attached documentation patch >> which clarifies the libpq behavior for escaping bytea. I am planning to >> backpatch this to 9.0 as well. This change says PQescapeBytea is unable to adjust its behavior based on bytea_output,

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

2010-10-26 Thread ljb
t...@sss.pgh.pa.us wrote: > I think we should simply remove the description of *how* the escaping is > performed, and state only that the function produces a suitably escaped > literal string. Anything else is not future-proof, and could someday > break the way this wording did. Perhaps it would

Re: [DOCS] Pgtcl manual online / was: Request temporary freeze of libpgtcl...

2004-03-04 Thread ljb
[EMAIL PROTECTED] wrote: >... > > I'd prefer to have the documentation live closer to the project than to have > it up on techdocs, though techdocs is probably better than someone personal > home page. > > Chris, is there some way to accomplish this with gborg? > > Josh, is this something that

[DOCS] Request temporary freeze of libpgtcl chapter in manual

2004-02-19 Thread ljb
I have a new project to extend and finish up pgtcl, the Tcl interface to PostgreSQL. This continues the effort to unbundle interfaces from the PostgreSQL core. Along with the software, I will be releasing a stand-alone reference manual, which started life as libpgtcl.sgml from the PostgreSQL core