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