Re: [pgadmin-support] Moving from pg 7.4/cygwin to 8, questions about pgadmin

2005-04-06 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jon V. > Sent: 01 April 2005 19:47 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Moving from pg 7.4/cygwin to 8, > questions about pgadmin > > Hello the group, Hello. > So I'm

Re: [pgadmin-support] Upgrade Wizard

2005-04-06 Thread Tom Haddon
Are there any plans to port it? Do you have any idea how much users want it? Thanks, Tom -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 1:33 PM To: Tom Haddon; pgadmin-support@postgresql.org Subject: RE: [pgadmin-support] Upgrade Wizard >

Re: [pgadmin-support] Upgrade Wizard

2005-04-06 Thread Dave Page
> -Original Message- > From: Tom Haddon [mailto:[EMAIL PROTECTED] > Sent: 06 April 2005 21:38 > To: Dave Page; pgadmin-support@postgresql.org > Subject: RE: [pgadmin-support] Upgrade Wizard > > Are there any plans to port it? Do you have any idea how much > users want it? We get the

Re: [pgadmin-support] Upgrade Wizard

2005-04-06 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tom Haddon > Sent: 04 April 2005 18:08 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Upgrade Wizard > > Is this still available, or is it now included as a bundle > within PgAdm

[pgadmin-support] Upgrade Wizard

2005-04-06 Thread Tom Haddon
Is the MS Access upgrade wizard still available, or is it now included as a bundle within PgAdmin? I don't actually use PgAdmin myself but had written an article on using it to upgrade MS Access to PostgreSQL and had someone ask me where they can find it. Thanks, Tom --

[pgadmin-support] bug: Create Table does not recognise tables as valid types

2005-04-06 Thread Mike . Blackwell
PgAdmin 1.3.0 Windows 2000 PostgreSQL 8.0.1 PostgreSQL automatically defines a Composite Type for each table when it is created (manual 8.11.1). These types can then be used in a subsequent CREATE TABLE. PgAdmin does not add these Types to the Create Table dialog's type list. -