Re: [SQL] DISTINCT not working

From: "Brett W(dot) McCoy" <bmccoy(at)lan2wan(dot)com>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] DISTINCT not working
Date: 1999-06-13 17:37:50
Message-ID: Pine.LNX.4.04.9906131337060.9557-100000@dragosani.lan2wan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> If I do a direct SQL statement to pull out the distinct values frm the
> base table, it also returns a single row. The values are there, as there
> are over 100,000 rows in the table, and there should be about 6 distinct
> values for the column in question. I tried reindexing, vaccuming, and
> everything, but cannot figure out why any statements selecting distinct
> values on this table aren't working.

Never mind. I got it working by restarting the postmaster. I have no
idea what was causing the problem.

Brett W. McCoy
http://www.lan2wan.com/~bmccoy/
-----------------------------------------------------------------------
The Lord prefers common-looking people. That is the reason that He makes
so many of them.
-- Abraham Lincoln

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-06-13 20:09:42 Re: [HACKERS] COPY bug?
Previous Message Tom Lane 1999-06-12 22:36:19 Re: [SQL] Updating non atomic values