haven't tried it myself.) Don't bother trying with
> earlier releases.
It works like a charm... I have succesfully compiled with a somewhat
standard configuration.
--
Giorgio Valoti
Magnetic Media Network <http://www.magneticmedia.com>
-
-
, b integer);
CREATE TABLE
postgres=# insert into f(a,b) values(default, default) returning *;
It seems that you can’t use the same syntax with function calls:
select function(default,default);
gives a syntax error. Is it expected?
--
Giorgio Valoti
--
Sent via pgsql-sql mailing list (pgsql-sql@postg
On 24/lug/08, at 12:42, Richard Huxton wrote:
Giorgio Valoti wrote:
postgres=# insert into f(a,b) values(default, default) returning *;
It seems that you can’t use the same syntax with function calls:
select function(default,default);
gives a syntax error. Is it expected?
Um - there is no
On 24/lug/08, at 23:15, Richard Broersma wrote:
On Thu, Jul 24, 2008 at 12:35 PM, Giorgio Valoti
<[EMAIL PROTECTED]> wrote:
Um - there is no default value for a function.
Without this "feature" you have to overload
the function arguments.
You could pass a casted null