Re: [GENEAL] dynamically changing table
- From: Harald Fuchs <hari(dot)fuchs(at)gmail(dot)com>
- To: pgsql-general(at)postgresql(dot)org
- Subject: Re: [GENEAL] dynamically changing table
- Date: Tue, 31 Mar 2009 18:41:42 +0200
- Message-id: <puprfx3ard.fsf@srv.protecting.net> <text/plain>
In article <437FAA9F-DF2D-429E-9856-EB2026B55940(at)solfertje(dot)student(dot)utwente(dot)nl>,
Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl> writes:
> On Mar 30, 2009, at 5:39 PM, A B wrote:
>> Hi,
>> In the next project I'm going to have a number of colums in my tables,
>> but I don't know how many, they change. They all use integers as
>> datatype though.. One day, I get 2 new columns, a week later I loose
>> one column, and so on in a random pattern.
> Ignoring design implications (you got enough replies about that I
> think)...
> You could add the columns you're sure that you need and put the rest
> in an XML field.
<mantra>
If you have a problem and want to solve it using XML, you have two problems.
</mantra>
Why serializing the rest of the data in an XML field? contrib/hstore
seems to accomplish the same, without the XML overhead.
Home |
Main Index |
Thread Index