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.info
http://www.dalibo.com


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to