Re: EVAL and SET equivalents in PostgreSQL

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: lynn(dot)newton(at)cox(dot)net
Cc: Frank Miles <fpm(at)u(dot)washington(dot)edu>, pgsql-general(at)postgresql(dot)org
Subject: Re: EVAL and SET equivalents in PostgreSQL
Date: 2002-07-04 14:05:34
Message-ID: 3D24562E.C348C717@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> This is by no means an obscure thing. In MySQL it's as
> simple as can be. Surely there is a straightforward way
> to deal with it in PostgreSQL?

Yes. Use normalized relations, where SQL is specifically designed to
deal with sets, to enforce uniqueness, etc etc. As you know, that
technique is portable to systems other than PostgreSQL too...

- Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message caroline kenny 2002-07-04 14:59:36
Previous Message Janning Vygen 2002-07-04 14:01:56 plpgsql: PERFORM SELECT id INTO TEMP TABLE ..