Re: copy database when create database

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "frank_lupo" <frank_lupo(at)email(dot)it>, "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: copy database when create database
Date: 2002-07-03 07:17:23
Message-ID: D85C66DA59BA044EB96AB9683819CF61015467@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: frank_lupo [mailto:frank_lupo(at)email(dot)it]
> Sent: 02 July 2002 16:09
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] copy database when create database
>
>
> In the form for creation new database is not possible to
> specify the template alternative. Es. line command for copy
> database: createdb db -Tdb1
>
> Bye !!
> Frank Lupo (Wolf) !!
>

Yes, I've thought about that in the past. It would be a nice feature,
but certainly prior to the 1.3 code, it would not have worked because
you can only copy a database that has no open connections, and of
course, pgAdmin <= 1.2.0 automatically opens connections to all
databases. I will have a play and see if it will work in 1.3.

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2002-07-03 07:39:11 Re: Database Designer
Previous Message liping guo 2002-07-02 21:47:49 Does postgreSQL have distributed database management?