Re: [HACKERS] Feature request: DEFAULT as input value of function argument

2009-09-03 Thread Pavel Stehule
Hello defaults are supported in 8.4 regards Pavel Stehule 2009/9/3 Sergey Konoplev : >> IMHO convenient solution is to make possible to specify something like >> COLUMN_DEFAULT as input value of function. >> >> I wonder if it's possible. >> > > So, what do you think of it? > > -- > Regards, > Se

Re: [HACKERS] Feature request: DEFAULT as input value of function argument

2009-09-03 Thread Sergey Konoplev
> IMHO convenient solution is to make possible to specify something like > COLUMN_DEFAULT as input value of function. > > I wonder if it's possible. > So, what do you think of it? -- Regards, Sergey Konoplev -- PostgreSQL articles in english & russian http://gray-hemp.blogspot.com/search/label/p

[HACKERS] Feature request: DEFAULT as input value of function argument

2009-09-02 Thread Sergey Konoplev
Hi, community The case: E.g. I need to write a function that should do updates of a table. In the function I have to specify necessary columns I need to update as arguments and write update of the columns with this arguments. Everything is ok but the case when I need to skip some column in update