On Fri, 2012-07-20 at 15:38 +0200, Maximilian Tyrtania wrote:
> Hi Guillaume,
>
> strange…please take a look at <https://dl.dropbox.com/u/73031955/Bildschirmaufnahme%208.mov>
>
> Is there something you're doing differently?
>
Nope. I'm quite puzzled. Can you give me the result of these queries?
SELECT count(*) FROM pg_attribute
WHERE attrelid = 'pg_catalog.pg_proc'::regclass AND attname = 'proargdefaults';
and
SELECT count(*) FROM pg_attribute
WHERE attrelid = 'pg_catalog.pg_proc'::regclass AND attname = 'proargdefvals';
(they are both used to check if the database has default values support
on functions)
Thanks.
--
Guillaume
http://blog.guillaume.lelarge.infohttp://www.dalibo.com