Re: date with month and year

From: Jan de Visser <jan(at)de-visser(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Steve Crawford <scrawford(at)pinpointresearch(dot)com>, Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
Subject: Re: date with month and year
Date: 2015-05-21 19:53:22
Message-ID: 2634439.tPdKW1lyVO@wolverine
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On May 21, 2015 11:56:52 AM Steve Crawford wrote:
> The article does also display a couple attitudes that I feel are especially
> rampant in the web-development community. The first is that web developers
> shouldn't become educated about the capabilities of a database but rather
> use the database as a dumb data-store and redo everything themselves (often
> this includes an utter failure to use the data-integrity capabilities of
> the database).

Having been at the receiving end of web developer rants many times, the reason
more often than not is that the database does the checking after the fact, i.e.
after the user spend the time providing the data. Web developers need to know
what's allowed when they throw up the page. And frameworks offer little or no
help in retrieving these validation rules. So the web developer is almost forced to
roll his own.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Stefanov 2015-05-21 20:25:03 Re: About COPY command (and probably file fdw too)
Previous Message Brian Dunavant 2015-05-21 19:51:16 Re: date with month and year