Tip for using Druid and PostgreSQL

From: Justin Clift <justin(at)postgresql(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Tip for using Druid and PostgreSQL
Date: 2001-05-12 03:54:17
Message-ID: 3AFCB3E9.70634201@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

If anyone's using Druid, the Java based Database Management GUI
(http://druid.sourceforge.net) with PostgreSQL, here's a tip from it's
author!

:-)

Regards and best wishes,

Justin Clift

-------- Original Message --------
Subject: Re: Druid and PostgreSQL
Date: Sat, 12 May 2001 01:11:09 +0200
From: Andrea Carboni <carboni(dot)andrea(at)tiscalinet(dot)it>
To: Justin Clift <justin(at)postgresql(dot)org>
References: <3AFAA8C6(dot)8D8BC6C(at)postgresql(dot)org>

I have not tested druid on PostgreSQL but a friend of mine did.
He says that the generated sql-script works. The only issue is with the
serial
type because druid, resolving the fkey, use the serial type and not an
int
type. This problem will be solved with version 2.5 (planned for the end
of
May).

In the meanwhile, use the int type instead of the serial one and use an
index
attrib to generate the sequence. My friend uses something like this:

CREATE SEQUENCE $TABLE$_seq start 100 increment 1 maxvalue

Best regards,

Andrea Carboni

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2001-05-12 04:17:19 Would like suggestions of places that support PostgreSQL for Hosting
Previous Message Walter Chong 2001-05-12 03:03:09 What's the best front end/client under MS Windows?