Re: [GENERAL] weird problem with PG 8.1

2009-03-31 Thread Osvaldo Kussama
2009/3/31 Marcin Krol : > Hello everyone, > > I'm having this completely weird problem that ORDER BY doesn't seem to work > correctly in PG 8.1 as bundled in RedHat 5. > > When I issue: > > SELECT * FROM virtualization; > > I get all the fields: > > reservations=# SELECT * FROM virtualization; >  i

Re: [GENERAL] weird problem with PG 8.1

2009-03-31 Thread Guillaume Lelarge
Hi, Le mardi 31 mars 2009 à 17:35:58, Marcin Krol a écrit : > [...] > I'm having this completely weird problem that ORDER BY doesn't seem to > work correctly in PG 8.1 as bundled in RedHat 5. > > When I issue: > > SELECT * FROM virtualization; > > I get all the fields: > > reservations=# SELECT *

Re: [GENERAL] weird problem with PG 8.1

2009-03-31 Thread Tom Lane
Marcin Krol writes: > When I issue: > SELECT * FROM virtualization; > I get all the fields: > reservations=# SELECT * FROM virtualization; > id | Virtualization | color > +-+- > But when I try to order by column Virtualization: > reservations=# SELECT * FROM virt

Re: [GENERAL] weird problem with PG 8.1

2009-03-31 Thread Scott Marlowe
On Tue, Mar 31, 2009 at 9:35 AM, Marcin Krol wrote: > Hello everyone, > > I'm having this completely weird problem that ORDER BY doesn't seem to work > correctly in PG 8.1 as bundled in RedHat 5. > > When I issue: > > SELECT * FROM virtualization; > > I get all the fields: > > reservations=# SELEC

[GENERAL] weird problem with PG 8.1

2009-03-31 Thread Marcin Krol
Hello everyone, I'm having this completely weird problem that ORDER BY doesn't seem to work correctly in PG 8.1 as bundled in RedHat 5. When I issue: SELECT * FROM virtualization; I get all the fields: reservations=# SELECT * FROM virtualization; id | Virtualization | color +