From: | Viktor Valy <vili0121(at)gmail(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, chris(dot)gut(at)gmx(dot)at |
Subject: | Re: Develop item from TODO list |
Date: | 2010-08-11 11:47:17 |
Message-ID: | AANLkTinFUkAVW=nmK_Raf7WZt1uYcOzJuL0Y_ZmeWotp@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello!
We have chosen another item from the list:
"Allow ALTER TABLE to change constraint deferrability and actions"
Is this already done? If yes, can you recommend any task which is
appropriate for beginners in open-source software?
Thanks in advance,
Chris & Viktor
2010/8/4 Bruce Momjian <bruce(at)momjian(dot)us>
> Tom Lane wrote:
> > Viktor Valy <vili0121(at)gmail(dot)com> writes:
> > > We are 2 Students from the Technical University of Vienna. At our
> internship
> > > we would like to develop the item of the TODO list: "Allow SET
> CONSTRAINTS
> > > to be qualified by schema/table name".
> > > Is anyone working on it?
> >
> > Uh, it was done years ago, AFAICS, unless the Todo entry means something
> > non-obvious.
> >
> > regression=# create schema foo;
> > CREATE SCHEMA
> > regression=# create table foo.bar (f1 int unique deferrable);
> > NOTICE: CREATE TABLE / UNIQUE will create implicit index "bar_f1_key"
> for table "bar"
> > CREATE TABLE
> > regression=# set constraints foo.bar_f1_key deferred;
> > SET CONSTRAINTS
> > regression=# set constraints foo.bar_f1_key immediate;
> > SET CONSTRAINTS
> > regression=#
> >
> > Bruce, do you remember what that entry was really about?
>
> Yep, that was it. I have remove that TODO item. Thanks.
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> EnterpriseDB http://enterprisedb.com
>
> + It's impossible for everything to be true. +
>
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2010-08-11 11:54:06 | pgstat_report_waiting() in hot standby |
Previous Message | Simon Riggs | 2010-08-11 11:44:00 | Re: MERGE command for inheritance |