Re: Asssociative Arrays: Best practices / snippets? - Mailing list pgsql-general

From Leif B. Kristensen
Subject Re: Asssociative Arrays: Best practices / snippets?
Date
Msg-id 200905231222.24055.leif@solumslekt.org
Whole thread Raw
In response to Asssociative Arrays: Best practices / snippets?  (Stefan Keller <sfkeller@gmail.com>)
List pgsql-general
On Saturday 23. May 2009, Stefan Keller wrote:
>I have a use case where the I want to put an unforeseable number of
>key/value pairs in a column.
>Now, PostgreSQL has arrays as first class types.
>Are there any best practices and snippets (preferrably in plpgsql) for
>handling key/value pairs?
>-- S.

The «best practice» here is probably rethinking your design. Storing
an «unforeseeable number of key/value pairs in a column» is a blatant
violation of good database design principles.

Rodrigo posted this link a few hours ago:

http://joecelkothesqlapprentice.blogspot.com/2006/04/using-one-table-vs-many.html
--
Leif Biberg Kristensen | Registered Linux User #338009
Me And My Database: http://solumslekt.org/blog/

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Code tables, conditional foreign keys?
Next
From: Filip Rembiałkowski
Date:
Subject: Re: Asssociative Arrays: Best practices / snippets?