Re: [pgadmin-hackers] Suggestion on "External types" sql query in pgAdmin3

2016-03-22 Thread Dave Page
Hi On Mon, Mar 21, 2016 at 10:55 AM, Murtuza Zabuawala wrote: > Hi All, > > Below is the query to fetch Input/Output/Send/Receive/Analyze functions > while creating new external type (create mode) in pgAdmin3, > > With latest git pull [File:

[pgadmin-hackers] Suggestion on "External types" sql query in pgAdmin3

2016-03-21 Thread Murtuza Zabuawala
Hi All, Below is the query to fetch Input/Output/Send/Receive/Analyze functions while creating new external type (create mode) in pgAdmin3, With latest git pull [File: pgadmin/dlg/dlgType.cpp] [Line: 548], *Current:* SELECT proname, nspname FROM ( SELECT proname, nspname, max(proargtypes[0])