Re: [HACKERS] Develop item from TODO list

2010-08-13 Thread Dimitri Fontaine
Viktor Valy vili0...@gmail.com 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#39;t build it, because of some include commands in tutorial / complex.c says No

Re: [HACKERS] Develop item from TODO list

2010-08-13 Thread Robert Haas
On Wed, Aug 4, 2010 at 5:34 PM, Dimitri Fontaine dfonta...@hi-media.com 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

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-11 Thread Robert Haas
On Wed, Aug 11, 2010 at 7:47 AM, Viktor Valy vili0...@gmail.com 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:

Re: [HACKERS] Develop item from TODO list

2010-08-11 Thread Kevin Grittner
Robert Haas robertmh...@gmail.com 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:

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

Re: [HACKERS] Develop item from TODO list

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

[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:

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Thom Brown
On 3 August 2010 13:57, Viktor Valy vili0...@gmail.com 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

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Tom Lane
Viktor Valy vili0...@gmail.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,

Re: [HACKERS] Develop item from TODO list

2010-08-03 Thread Robert Haas
On Tue, Aug 3, 2010 at 9:01 AM, Thom Brown t...@linux.com 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

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 t...@linux.com 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