Re: psql is broken in 8.4 - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: psql is broken in 8.4
Date
Msg-id 1243113289.1260.3.camel@localhost
Whole thread Raw
In response to Re: psql is broken in 8.4  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas píše v čt 21. 05. 2009 v 16:53 +0300:
> Zdenek Kotala wrote:

> 
> > Another problem is with resultset. When I run for example following
> > command I got this output:
> > 
> > postgres=# select oid from pg_am;
> >  oid  
> > ------
> >   403
> >   405
> >   783
> >  2742
> > 
> 
> That's odd. Work for me. Can you try to debug that, please?
> 

We looked on it with Peter and it is problem with plural translation of
rows for Czech language. I'm going to fix it.
    Zdenek



pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: [PATCH] cleanup hashindex for pg_migrator hashindex compat mode (for 8.4)
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Compiler warning cleanup