From: | David Durham <ddurham(at)vailsys(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: create table like syntax |
Date: | 2005-10-07 14:48:12 |
Message-ID: | 43468AAC.5010509@vailsys.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Alvaro Herrera wrote:
> On Wed, Oct 05, 2005 at 10:04:10PM -0500, David Durham wrote:
>
>>is there a syntax that would look something like:
>>
>> create table newTable like oldTable without indexes || records ||
>>constraints with indexes || records || constraints
>>
>>built into postgres?
>
>
> What do you want to do with it? If I understand what you want to do, it
> is supported as long as you use ; in place of your ||.
Well, I should say that the with and without should probably be mutually
exclusive. I don't know, haven't thought about it that much, but I find
myself creating a lot of the same table over and over from time to time
as I try to analyze some data. Would be nice to say, hey, create a copy
of this table with indexes and possibly records and constraints. Or
just a bare copy or something like that, but have a lot of different
options for this kind of thing.
- Dave
From | Date | Subject | |
---|---|---|---|
Next Message | lorid | 2005-10-07 15:16:20 | How do I unsubscribe? |
Previous Message | Gourish Singbal | 2005-10-07 13:22:07 | Re: horology test failed |