[pgadmin-hackers] Trying to add features to pgMigration

2002-06-11 Thread John McCawley
Hello there, I wanted to add 2 features to pgMigration: 1) Add a checkbox to allow dropping of tables on destination Postgres DB that match the table name you are trying to import 2) Add functionality to convert MS SQL Server autonumbers to PG Serial fields. I am running PostgreSQL 7.1.3, an

[pgadmin-hackers] Patch file for table drop on import

2002-06-11 Thread John McCawley
I've got a patch file that includes the "drop table on import" change I made to the migration wizard. Should I send it to this list? If so, should I attach a file or just put the text in my mail? John ---(end of broadcast)--- TIP 3: if posting

Re: [pgadmin-hackers] Patch file for table drop on import

2002-06-12 Thread John McCawley
>An attachment to the list would be great thanks. > > Attached is a patch for frmWizard.frm in the pgMigration project. It implements the following: 1) Adds a checkbox to the wizard for "Drop any existing destination tables" 2) If this box is checked, it uses the schema object to determine t

[pgadmin-hackers] Database Designer

2002-07-01 Thread John McCawley
Is there anything similar to Microsoft Enterprise manager's Database Diagram Editor available for Postgres? I really like implementing relationships etc. graphically, and it's nice to have a printable datamodel. Even though I'm developing on Postgres right now, I'm designing my tables and re

Re: [pgadmin-hackers] Database Designer

2002-07-02 Thread John McCawley
> > >I also think this would be a valuable addition to pgAdmin and would >welcome any work you care to put into it. If you need any help or >advice, please don't hesitate to email questions to the list. > >Regards, Dave. > > After all of my poo-pooing a C++ implementation of pgAdmin, now that I'

Re: [pgadmin-hackers] error rename column

2002-07-17 Thread John McCawley
Dave Page wrote: >The only way I can think to prevent this is to include lists of reserved >words in pgAdmin - something I didn't want to do as they can require >maintenance. Anyone have any other ideas? > > Is it a VB reserved word, or SQL Reserved word as in 'ORDER BY foo DESC'? (I assume SQ

[pgadmin-hackers] pgDesigner

2002-10-09 Thread John McCawley
A while back I had mentioned the idea of creating a datamodeling tool for Postgres. I put something together using fltk, libpq, and C++. I don't really do any VB programming any more, plus I didn't want to tie my code to Windows, so I chose to do it in C++. I figured some people on this lis

[pgadmin-hackers] Problems compiling from CVS

2003-11-20 Thread John McCawley
Hello all, First of all, great work on the wx/C++ port! I had contributed a little bit to the VB pgAdmin2 a little over a year ago when C++ discussions first started. I was amazed to see this wx port completed so quickly! At the time I was (and still am) working on a datamodeler for postgres

[pgadmin-hackers] Some wx behavior questions

2003-11-21 Thread John McCawley
If you guys would rather I direct my wx related questions to the wxWindows project let me know, but I would prefer to be active here since my project's purpose is closely related to pgAdmin. I like the default behavior of FLTK windows, and I would like to emulate this in wxWindows. I want the

[pgadmin-hackers] Another wx behavior question

2003-12-08 Thread John McCawley
I have done a ton of work on pgDesigner, and I'm almost ready for a 1.0 release. I decided to compile a Windows binary, but I am getting the following compile error when compiling under MSVC 6 (Note: it compiles and runs fine under Linux) error C2440: 'type case' : cannot convert from 'void (