[BUGS] pgtcl large object read/write corrupts binary data

2003-10-26 Thread ljb
[Using PostgreSQL-7.3.4 and -7.4beta5, Tcl-8.4.x.] Binary data written to a Large Object with libpgtcl's pg_lo_write is corrupted. Tcl is mangling the data - something to do with UTF-8 conversion. Example: 0x80 becomes 0xc2 0x80, and 0xff becomes 0xc3 0xbf. The problem with pg_lo_read is more s

[BUGS] Autocomplete on Postgres7.4beta5 not working?

2003-10-26 Thread Gaetano Mendola
Hi all I'm esperiencing problem with the autocomplete on postgres 7.4beta5: #select * from pg_l and no suggestions out. On postgres 7.3.4: #select * from pg_l pg_language pg_largeobject pg_listener pg_locks am I wrong ? regards Gaetano Mendola ---(end of br

Re: [BUGS] Numeric casts in locale en_GB on FreeBSD 4.7

2003-10-26 Thread Stephan Szabo
On Sat, 25 Oct 2003, Andrew Grillet wrote: > Hi, > > I am unable to cast a string to float, any way I try. > > This is FreeBSD Stable, with Postgresql 7.3.4. > > Most (probably) legit methods produce either a message to the effect > that ' ##.##' is an illegal format or ' ' (ie a single space) is

Re: [BUGS] Numeric casts in locale en_GB on FreeBSD 4.7

2003-10-26 Thread Lynn . Tilby
Andrew, If you are using embedded sql try atof (ascii to float). Lynn Quoting Andrew Grillet <[EMAIL PROTECTED]>: > Hi, > > I am unable to cast a string to float, any way I try. > > This is FreeBSD Stable, with Postgresql 7.3.4. > > Most (probably) legit methods produce either a message to