Re: The Art of SQL

Поиск
Список
Период
Сортировка
От Andrew Hammond
Тема Re: The Art of SQL
Дата
Msg-id 1154622660.993482.39310@i3g2000cwc.googlegroups.com
обсуждение исходный текст
Ответ на The Art of SQL  (Gordon Haverland <ghaverla@shaw.ca>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FW: Reduce pl/pgsql output
Следующее
От: Brad Nicholson
Дата:
Сообщение: Re: The Art of SQL