On Mon, 11 Oct 2004, Krok wrote:
> void=> select max(length(passwd)) from users;
> max
> ---
> 536870919
> (1 row)
>
> But how can this happen, that varchar(255) field became broken ?
>
According to my caclulator, in hex this is 0x2007
so there's likely a bit flip if th
Krok <[EMAIL PROTECTED]> writes:
> But how can this happen, that varchar(255) field became broken ?
I'd wonder about flaky memory or flaky disk drive, for starters ...
regards, tom lane
---(end of broadcast)---
TIP 6: Have y
Yep !
You are right !
void=> \d users
Table "public.users"
Column | Type | Modifiers
+--+---
id | integer | default
nextval('u
Krok <[EMAIL PROTECTED]> writes:
> pg_dump: dumping contents of table users
> pg_dump: ERROR: out of memory
> DETAIL: Failed on request of size 536870920.
> pg_dump: SQL command to dump the contents of table "users" failed:
> PQendcopy() failed.
> pg_dump: Error message from server: ERROR: out