Re: [SQL] Select default values

2008-07-26 Thread Giorgio Valoti
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

Re: [SQL] Select default values

2008-07-24 Thread Giorgio Valoti
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

Re: [SQL] Select default values

2008-07-24 Thread Giorgio Valoti
, 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

[SQL] Re: has anyone tried running in MAC OS X

2001-05-18 Thread Giorgio Valoti
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> - -