From: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org> |
Cc: | "'shevlandj(at)kpi(dot)com(dot)au'" <shevlandj(at)kpi(dot)com(dot)au> |
Subject: | RE: MSSQL7 & PostgreSQL 7.0 |
Date: | 2000-05-18 11:28:52 |
Message-ID: | 8568FC767B4AD311AC33006097BCD3D609179E@woody.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> -----Original Message-----
> From: Joe Shevland [mailto:shevlandj(at)kpi(dot)com(dot)au]
> Sent: 18 May 2000 09:51
> To: Peter Mount
> Cc: 'Dave Page'; 'pgsql-hackers(at)postgresql(dot)org'
> Subject: Re: [HACKERS] MSSQL7 & PostgreSQL 7.0
>
> > (as well as ascii text files) to PostgreSQL. I'm open to
> suggestions if
> > anyone feels there are improvements worth making....
>
> Firstly I have to say its a great bit of work (pgAdmin),
Thanks...
> however it'd be
> nice to see an open source tool mirroring the functionality
> of the DTS. I
> especially liked the way you could script the mappings
> between fields, as
> well as the GUI builder for complex transforms (in fact I
> absolutely loved
> that (when it worked :), I had too long on the beta). As well
> as being able
> to use pre- and post- conditional actions upon
> success/failure of certain
> parts, like emailing, calling other programs etc.
Thats an interesting idea. What exactly do you script though? Things like
(pseudo-code of course):
If SOURCETYPE = "AutoNumber" Then
DESTTYPE = "int4"
DESTDEFAULT = "nextval('record_id')"
EXECSQL "CREATE SEQUENCE record_id"
End If
or have I got the wrong end of the stick completely?
Regards,
Dave.
--
"If you stand still, sooner or later something will eat you."
- James Burke
http://www.vale-housing.co.uk/ (Work)
http://www.pgadmin.freeserve.co.uk/ (Home of pgAdmin)
From | Date | Subject | |
---|---|---|---|
Next Message | Jeffery Collins | 2000-05-18 12:39:46 | Re: initdb and "exit_nicely"... |
Previous Message | Peter Mount | 2000-05-18 11:06:40 | RE: MSSQL7 & PostgreSQL 7.0 |