Re: [pgadmin-hackers] Patch: Auto-generate search_path statement for selected schema in query editor

2013-02-18 Thread Dave Page
Apologies for the delay in replying... On Mon, Feb 11, 2013 at 4:38 PM, Florian Klaar wrote: > I wonder if we're actually looking at it the wrong way, and what we really > should consider is allowing the user to define a "template" block of SQL > that's always added to any new SQL Query windows

Re: [pgadmin-hackers] Patch: Auto-generate search_path statement for selected schema in query editor

2013-02-18 Thread Dave Page
On Mon, Feb 11, 2013 at 8:22 PM, Florian Klaar wrote: > Hey, > > > You're missing something - specifically that GetSchema is declared as > > a virtual function. That's done so you can do exactly what I'm proposing. > Now i've tested it again and of course you were right, just my testing > was fla

Re: [pgadmin-hackers] Patch: Auto-generate search_path statement for selected schema in query editor

2013-02-18 Thread Florian Klaar
> Apologies for the delay in replying... No problem at all... > On further thought, I'm fairly convinced that this is probably the > best way to implement this. It's infinitely more flexible and could be > useful in so many different cases, and it avoids the need for many > special cases in the c

Re: [pgadmin-hackers] Patch: Auto-generate search_path statement for selected schema in query editor

2013-02-18 Thread Florian Klaar
> if (obj->GetMetaType() == PGM_SCHEMA) Ha, better still :-) Thanks. Florian -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers]

2013-02-18 Thread vipul jain
Hi all, I, Vipul Jain , am a 3rd year B.Tech (4 year program) Information Technology student at National Institute of Technology ,Kurukshetra , India . I want to contribute for the PostgreSQL projects on C,C++,JAVA,Python and SQL technologies based projects. Please suggest how can i contribute f