On Wednesday October 27 2004 5:34, Ed L. wrote:
> On Wednesday October 27 2004 5:24, Tom Lane wrote:
> > An example of what you won't be able to do:
> >
> > regression=# select distinct * from fooview;
> > ERROR: failed to find conversion function from "unknown" to text
>
> Is that 8.0 you're working against there? Here's my 7.4.6 installation:
>
> $ psql -c "select * from fooview"
Ah, sorry. Just noticed the "distinct". Thanks.
Ed