[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
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
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
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