foo> - Search results in mailing lists
Mailing lists >> pgsql-testers >> Thread
2010-04-22 14:11:02 | Named parameter notation in Postgresql 9.0 (Ingmar Brouns)
foo(a INTEGER DEFAULT 0, b INTEGER) ERROR: input parameters after one with a default
Mailing lists >> pgsql-testers >> Thread
2010-03-08 02:45:59 | Re: Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function (Noel Proffitt)
foo (n NUMERIC(10,2)); INSERT INTO foo values (42.777777::NUMERIC(12,2)); INSERT INTO