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
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
>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
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
>
>
>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'
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
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
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
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
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
(
10 matches
Mail list logo