Re: foreign key from array element

From: Gabriele Bartolini <Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it>
To: Rafal Pietrak <rafal(at)zorro(dot)isa-geek(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: foreign key from array element
Date: 2012-09-19 07:00:28
Message-ID: b3d1b9520e098ea5866be84361533a65@2ndquadrant.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ciao Rafal,

You can download the refreshed version of the patch:
http://archives.postgresql.org/message-id/1347983571.11539.14.camel@greygoo.devise-it.lan

> 5. where do I get current-v9.3 from?

git clone git://git.postgresql.org/git/postgresql.git
cd postgresql
git checkout -b aefk
bzcat Array-ELEMENT-foreign-key-v1-refreshed.patch.bz2 | patch -p1

Then regular configure and make procedures
(http://www.postgresql.org/docs/current/interactive/install-procedure.html)

Useful link too: http://wiki.postgresql.org/wiki/Developer_FAQ

Hope this helps.

Thanks,
Gabriele

--
Gabriele Bartolini - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it - www.2ndQuadrant.it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-09-19 07:40:31 Re: Change key primary for key foreign
Previous Message Steve Haresnape 2012-09-19 06:36:33 Re: RFE: Column aliases in WHERE clauses