From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca> |
Cc: | pgAdmin Support <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: pg admin 92 beta 3 - bug report - row number 19 is out of range 0..18 |
Date: | 2013-02-25 10:25:52 |
Message-ID: | CA+OCxox3swLrN-5KodSDTTjT00_ARiihh2LX6XZbFg2Lep4p8A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On Fri, Feb 22, 2013 at 5:55 PM, James B. Byrne <byrnejb(at)harte-lyne(dot)ca> wrote:
> On Fri, February 22, 2013 11:45, Dave Page wrote:
>
>>
>> I see the owner here. What does the following query return for you?
>>
>> SELECT lan.oid, lan.lanname, lanpltrusted, lanacl, hp.proname as
>> lanproc, vp.proname as lanval, description,
>> pg_get_userbyid(lan.lanowner) as languageowner
>> FROM pg_language lan
>> JOIN pg_proc hp on hp.oid=lanplcallfoid
>> LEFT OUTER JOIN pg_proc vp on vp.oid=lanvalidator
>> LEFT OUTER JOIN pg_description des ON des.objoid=lan.oid AND
>> des.objsubid=0
>> WHERE lanispl IS TRUE
>> ORDER BY lanname
>>
>
> gives:
>
> 21117;"plpgsql";t;"";"plpgsql_call_handler";"plpgsql_validator";"PL/pgSQL
> procedural language";"hll_theheart_db_devl"
>
> Which is the same thing I get in psql, so not much of a suprise there.
>
> However, I was referring to the Extensions Property Window display
> contents. This shows the owner column empty for the plpgsql language
> in the upper right pane; as shown in the attached screen shot.
Ahh, gotcha. Thanks - fixed.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Janes | 2013-02-26 20:41:47 | Re: using tab delimiter for csv format import |
Previous Message | Guillaume Lelarge | 2013-02-24 09:47:31 | Re: using tab delimiter for csv format import |