Re: default parameters
| От | Guillaume Lelarge |
|---|---|
| Тема | Re: default parameters |
| Дата | |
| Msg-id | 1342802163.1987.24.camel@localhost.localdomain обсуждение исходный текст |
| Ответ на | Re: default parameters (Maximilian Tyrtania <lists@contactking.de>) |
| Список | pgadmin-support |
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
В списке pgadmin-support по дате отправления: