Re: [BUGS] statement stuck when the connection grew up to 45 or more

2006-06-02 Thread Jan Cruz
This is the statement which having problem:      select count(distinct empno) as counter1 from pay_master_history            where empno in (select empno from pay_batch_basic_history whereorganizationid like '015003%')      and processyear = '2006'      and processmonth = '05'      and processbatc

[BUGS] length checking and encoding in postgresql 8.1.4

2006-06-07 Thread Jan Cruz
I got a field with a datatype of varchar(40) in one of my table client_encoding = LATIN9 When I use COPY to transfer records to my table I got an error message "Error: value too long for type character varying(40)" When I check the offending record it seems that one of the character in the fiel

[BUGS] pg_restore

2006-08-01 Thread Jan Cruz
I am having problem with pg_restore 8.1.4   pg_restore: [custom archiver] out of memorypg_restore: *** aborted because of error

[BUGS] BUGS: pg_restore custom archiver out of memory

2006-08-01 Thread Jan Cruz
Below is the result of restoring specific tables from backup made by pgadmin using postgresql 8.1.4 for windows Note: Same result also applies to linux distribution of postgresql 8.1.4 --