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

2002-06-11 Thread Dave Page
> -Original Message- > From: John McCawley [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 23:54 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Patch file for table drop on import > > > I've got a patch file that includes the "drop table on > import" change I > made to the migra

Re: [pgadmin-hackers] Has the SQL Query Editor been Broken off of pgAdmin?

2002-06-11 Thread Dave Page
> -Original Message- > From: G. Anthony Reina [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 23:24 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Has the SQL Query Editor been > Broken off of pgAdmin? > > > I had made a suggestion a few months ago that it would be > nice if the

[pgadmin-hackers] Has the SQL Query Editor been Broken off of pgAdmin?

2002-06-11 Thread G. Anthony Reina
I had made a suggestion a few months ago that it would be nice if the SQL Query editor could be broken off from pgAdmin as a stand-alone application. I'd like to use it for my non-administrator users (who I don't want having update/insert privileges). Anyone know if this was done or if it is stil

[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] Trying to add features to pgMigration

2002-06-11 Thread Dave Page
Hi John, The current dev code is being designed primarily for 7.3, hence the schemas you see. To support older versions of PostgreSQL, a dummy schema called 'public' is used. You should find all the missing objects under there (languages are the only objects that are not in schemas). I don't

[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