Re: [GENERAL] Function with variables/insert/for loop problems

2012-04-04 Thread Adrian Klaver
On 04/04/2012 12:10 PM, PM Support wrote: I am using DreamCoder as my front end to my PostgreSQL database. It has an import feature into the database that is very helpful. I have created a function that is called inside the after_import function. The function needs to call distinct names in th

Re: [GENERAL] Function with variables/insert/for loop problems

2012-04-04 Thread iihero
2 03:10 AM To: "pgsql-general@postgresql.org"; Subject: [GENERAL] Function with variables/insert/for loop problems I am using DreamCoder as my front end to my PostgreSQL database. It has an import feature into the database that is very helpful. I have created a function that is calle

[GENERAL] Function with variables/insert/for loop problems

2012-04-04 Thread PM Support
I am using DreamCoder as my front end to my PostgreSQL database. It has an import feature into the database that is very helpful. I have created a function that is called inside the after_import function. The function needs to call distinct names in the name table and loop through them. When th