[BUGS] Problem with Turkish localization

2000-07-21 Thread Sezai Yilmaz
PostgreSQL 7.x - Problem with Turkish localization Hi. I had a problem with Turkish localization of PostgreSQL 7.x. But I solved it by myself. Description: I configure and compile PostgreSQL 7.x source with "--enable-locale" parameter. Before running postmaster I set environment variables r

[BUGS] postgres bug report

2000-07-21 Thread jfaith
POSTGRESQL BUG REPORT TEMPLATE Your name :Jeremy Faith Your email address :[EMAIL PROTECTED] System Configurati

Re: [BUGS] postgres bug report

2000-07-21 Thread Tom Lane
jfaith <[EMAIL PROTECTED]> writes: > A daily 'vacuum verbose' cron failed, the end of the log follows:- > NOTICE: Index crd1: Pages 533; Tuples 104774: Deleted 6159. CPU > 0.43s/0.81u sec. > pqReadData() -- backend closed the channel unexpectedly. Is there a coredump file from the vacuum crash?

[BUGS] problem with view and case - please help

2000-07-21 Thread Ange Michel POZZO
I repost my message because it seems that my previous post don't go on i use [PostgreSQL 6.5.2 on i686-pc-linux-gnu, compiled by gcc 2.95.2] rpm version of Linux Mandrake 7.02 i try this query : [ange@ange ange]$ psql zonecommerce -h 192.0.1.84 -u -f toto.sql Username: postgres Password: DROP

Re: [BUGS] problem with view and case - please help

2000-07-21 Thread Tom Lane
Ange Michel POZZO <[EMAIL PROTECTED]> writes: > CREATE VIEW browser > AS > SELECT > agent_i, > CASE > < massive CASE expression > > ELSE agent_i END AS navigateur, count (agent_i) > as total from access group by agent_i; > pqReadData() -- backend closed the channel unexpectedly. Not sure why you