Re: data dump help

From: Andrej <andrej(dot)groups(at)gmail(dot)com>
To: "Bret S(dot) Lambert" <bret(dot)lambert(at)gmail(dot)com>
Cc: Terry <td3201(at)gmail(dot)com>, Andy Colson <andy(at)squeakycode(dot)net>, PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: data dump help
Date: 2010-01-19 05:35:10
Message-ID: b35603931001182135i2bdf4f82m5586bd8ac50d6eb3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/1/19 Bret S. Lambert <bret(dot)lambert(at)gmail(dot)com>:

> Isn't this just over-engineering? Why not let the database do
> the work, and add the column with a default value of 0, so that
> you don't have to modify whatever 3rd-party app dumps the data:

But what if his third-party software does something silly like a "select *"
on the table and then gets a hissy fit because the data doesn't match
the expectations any longer?

Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bret S. Lambert 2010-01-19 05:40:38 Re: data dump help
Previous Message Bret S. Lambert 2010-01-19 05:17:45 Re: data dump help