From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | PostgreSQL general list <pgsql-general(at)postgresql(dot)org> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Feature enhancement request : use of libgda in |
Date: | 2002-02-11 15:52:36 |
Message-ID: | 20020211105236.M6894@mail.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On Mon, Feb 11, 2002 at 03:58:43PM +0100, Jean-Michel POURE wrote:
> My humble and personnal opinion, shared by many end-users, is that
> CREATE TABLE AS (or whatever based on CREATE TABLE AS and UPDATE
> FROM) is not a valid alternative. A database sysadmin with 500
> tables, triggers and rules cannot use alternatives. We need some
> basic features :
> - to modify schema objects (CREATE OR REPLACE VIEW, CREATE OR REPLACE
> TRIGGER).
> - to drop schema objects (ALTER TABLE DROP COLUMN).
>
> I would be very please if some users could express themselves. What
> is your opinion as regards CREATE TABLE AS, ALTER TABLE DROP
> COLUMN, etc...
Low priority. You can work around these limitations without too much
difficulty. Point-in-time recovery is currently _impossible_. If
one is going to add features, it is better to concentrate on adding
big, category-killer features than refining little features that can
be worked around.
That said, Postgres is free. You can do what you like with it. If
anyone wants to work on "create or replace", &c., s/he is free to do
so. If it's that important to you, implement it yourself, or pay one
of the able developers to work on a feature you want. Heck, even if
you pay for the feature to be implemented, it'll cost you less than
Oracle licenses.
--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Denis Perchine | 2002-02-11 16:09:06 | Re: Index on timestamp field, and now() |
Previous Message | Thomas Lockhart | 2002-02-11 15:51:28 | Re: Index on timestamp field, and now() |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-02-11 16:11:09 | Re: Idea for making COPY data Microsoft-proof |
Previous Message | Karl DeBisschop | 2002-02-11 15:18:51 | Re: [HACKERS] Feature enhancement request : use of libgda |