Re: full featured alter table?

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: full featured alter table?
Date: 2003-06-25 19:29:20
Message-ID: 20030625192920.GH3242@libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Jun 14, 2003 at 07:33:19PM +0200, Sven K?hler wrote:
>
> "select *" should refelect the cosmetical order of the columns.

Why? You asked for everything, and specified no order.

> "select *" could be tranformed into something like "select col1, col2,
> ..." according to the cosmetical order that's defined.

What's wrong with CREATE VIEW if this is so important?

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-06-25 19:33:58 Re: Physical Database Configuration
Previous Message Ian Barwick 2003-06-25 19:26:12 Re: INSERT WHERE NOT EXISTS