Re: dropping template1 - Mailing list pgsql-general

From Tom
Subject Re: dropping template1
Date
Msg-id 3816.63.226.186.156.1042129269.squirrel@mail.minnesota.com
Whole thread Raw
In response to Re: dropping template1  (Neil Conway <neilc@samurai.com>)
List pgsql-general
> On Thu, 2003-01-09 at 02:40, Thomas T. Thai wrote:
>> there are lots of functions and datatypes etc. is there an easier way?
>
> Try this:
>
> (1) UPDATE pg_database SET datistemplate = false WHERE datname =
> 'template1';
[...]

That was exactly what I was looking for. Thank you.



pgsql-general by date:

Previous
From: Marcelo Pereira
Date:
Subject: Java+PostgreSQL
Next
From: Frank van Vugt
Date:
Subject: Re: Feature-request: allowing the date/time type to accept ISO8601 compliant date/time combinations on input