Re: Can I use PostgreSQL to develop a self-organizing

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: PgSQL General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can I use PostgreSQL to develop a self-organizing
Date: 2003-09-08 22:09:05
Message-ID: 20030909000905.D1018@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> I also use views to simplify application code by moving
>> complicated queries onto the backend. I wonder what, if any,
> Are you referring to Access' tendency to do the joins on the client?
No. Usually, when I need some query quite often that joins and
subselects a lot of tables I set up a view covering the
constant parts of that query. Thus I can write much simpler
queries in the frontend code selecting from the view. This may
trade efficiency for convenience at times.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-09-08 22:24:40 Re: decrypted pwd
Previous Message Alvaro Herrera 2003-09-08 22:08:24 Re: Can I use PostgreSQL to develop a self-organizing