Re: The Art of SQL - Mailing list pgsql-novice

From Andrew Hammond
Subject Re: The Art of SQL
Date
Msg-id 1154622660.993482.39310@i3g2000cwc.googlegroups.com
Whole thread Raw
In response to The Art of SQL  (Gordon Haverland <ghaverla@shaw.ca>)
List pgsql-novice
> Is this a reasonable expectation?  That there are some tasks that
> should not be handled inside the database?

Sure. Presentation logic / user interface stuff is the first example
that comes to mind. Although in my experience, a lot of programmers err
in the other direction. The tend to do stuff in the application that
could be better done in the database. I imagine that this is because
they're more comfortable with their native programming language than
SQL.

Drew


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: FW: Reduce pl/pgsql output
Next
From: Brad Nicholson
Date:
Subject: Re: The Art of SQL