Re: default parameters

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Maximilian Tyrtania <lists(at)contactking(dot)de>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: default parameters
Date: 2012-07-20 16:36:03
Message-ID: 1342802163.1987.24.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-07-20 16:38:29 Re: Export data from data view
Previous Message Maximilian Tyrtania 2012-07-20 13:38:25 Re: default parameters