Re: [HACKERS] Develop item from TODO list

2010-08-13 Thread Robert Haas
On Wed, Aug 4, 2010 at 5:34 PM, Dimitri Fontaine wrote: >> On Tue, 2010-08-03 at 11:10 -0400, Robert Haas wrote: >>> Or vi. >> >> cough. > > Well, I guess letting newcomers know about tools of choice amongst > regular contributors is a good idea, but the best editor you can find > around is the on

Re: [HACKERS] Develop item from TODO list

2010-08-13 Thread Dimitri Fontaine
Viktor Valy writes: > Thanks for the advice!Yes, we are new to linux too :)We have chosen > Eclipse, because we have already experience with it.However, after > downloading the code from CVS, we can't build it, because of some > include commands in tutorial / complex.c says "No such file or > dire

Re: [HACKERS] Develop item from TODO list

2010-08-11 Thread Kevin Grittner
Robert Haas wrote: > What does the TODO list item mean by "and actions"? Things like ON DELETE CASCADE versus ON DELETE RESTRICT? -Kevin -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hack

Re: [HACKERS] Develop item from TODO list

2010-08-11 Thread Robert Haas
On Wed, Aug 11, 2010 at 7:47 AM, Viktor Valy wrote: > We have chosen another item from the list: > "Allow ALTER TABLE to change constraint deferrability and actions" I believe that is not done. What does the TODO list item mean by "and actions"? -- Robert Haas EnterpriseDB: http://www.enterpri

Re: [HACKERS] Develop item from TODO list

2010-08-11 Thread Viktor Valy
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

Re: [HACKERS] Develop item from TODO list

2010-08-04 Thread Bruce Momjian
Tom Lane wrote: > Viktor Valy 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 a

Re: [HACKERS] Develop item from TODO list

2010-08-04 Thread Viktor Valy
Thanks for the advice! Yes, we are new to linux too :) We have chosen Eclipse, because we have already experience with it. However, after downloading the code from CVS, we can't build it, because of some include commands in *tutorial / complex.c *says "*No such file or directory*". Does anybody k

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Joshua D. Drake
On Tue, 2010-08-03 at 11:10 -0400, Robert Haas wrote: > On Tue, Aug 3, 2010 at 9:01 AM, Thom Brown wrote: > > I can't answer the main question, but you can try Anjuta as a C > > editor: http://www.anjuta.org/ > > Or vi. cough. The hint here would be: >As we have few experience with open-source

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Robert Haas
On Tue, Aug 3, 2010 at 9:01 AM, Thom Brown wrote: > I can't answer the main question, but you can try Anjuta as a C > editor: http://www.anjuta.org/ Or vi. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-ha

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Tom Lane
Viktor Valy 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 en

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Thom Brown
On 3 August 2010 13:57, Viktor Valy wrote: > Hello! > 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? > Our research at the

[HACKERS] Develop item from TODO list

2010-08-03 Thread Viktor Valy
Hello! 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? Our research at the SET CONTRAINTS function showed the following Error: *E