[pgadmin-support] OS X compile error

2005-04-07 Thread Patrick Hatcher
Downloaded CVS version of pgAdmin and during the ./configure I received the following error: configure: error: you need to install the ogl package from wxWindows/contrib/src/ogl with wxUSE_DEPRECATED=0 I have wxMac-2.5.5 installed. Any clues on how I proceed? TIA Patrick Hatcher

Antw: (possibly spam: 8.6484) Re: [pgadmin-support] Order columns

2005-04-07 Thread Daniel Seichter
Hello, ok, thank you. Daniel >>> Andreas Pflug <[EMAIL PROTECTED]> 07.04.2005 14:36 >>> Daniel Seichter wrote: > Hello, > > isn't there a function for reorder columns of an existing table? No, and there never will be, this was discussed exhaustively on pgsql-hackers. Simply *never-ever* rely

Re: [pgadmin-support] Order columns

2005-04-07 Thread Andreas Pflug
Daniel Seichter wrote: Hello, isn't there a function for reorder columns of an existing table? No, and there never will be, this was discussed exhaustively on pgsql-hackers. Simply *never-ever* rely on the order of columns of a SELECT *, on any database system; it's always a call for trouble. Re

[pgadmin-support] Order columns

2005-04-07 Thread Daniel Seichter
Hello, isn't there a function for reorder columns of an existing table? Daniel ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[pgadmin-support] gAdmin III and wxWidgets 2.5.5

2005-04-07 Thread Andreas Pflug
FYI: pgAdmin III does *not* work correctly with vanilla wxWidgets 2.5.5 under MSW, because a problem with tree context menus has crept in, we need to stay with 2.5.4 . The problem has already been fixed in wx CVS, so 2.6 will hopefully be ok for us. Regards, Andreas ---(end