Florian G. Pflug wrote: > you just need to change CFBundleTypeRole back from Node > to Editor ;-)
Ahh, right - I knew we were exporting the filetype, didn't know that change was require though. >> pgAdmin3.app/Contents/MacOS/pgAdmin3 -q -f $FILE.sql > On OSX, these things are handleded via apple events - > Launch Services start the app, and then send some "file open" > event. It seems as if wx already supports receiving this event: > http://www.wxwidgets.org/wiki/index.php/WxMac_Issues > > If this page is right, it's as easy as overriding > virtual void wxApp::MacOpenFile(const wxString &fileName) Oh - it's not documented in the wxWidgets class reference which might be why I didn't find it :-( Stefan; is there a reason for that, or is it simply oversight? Is there any other funky stuff hidden away that might be useful? Anyway, I've implemented this in SVN trunk - both Windows and Mac now allow you to double click a .sql and have it open in pgAdmin's query tool :-) Thanks Florian. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
