Re: rename a table name - Mailing list pgsql-novice

From Henshall, Stuart - WCP
Subject Re: rename a table name
Date
Msg-id E2870D8CE1CCD311BAF50008C71EDE8E01F74832@MAIL_EXCHANGE
Whole thread Raw
In response to rename a table name  (Bai Yan <baiyan@ece.ogi.edu>)
List pgsql-novice
CREATE TABLE new_table AS SELECT * FROM old_table
You can also use SELECT INTO, but I believe SQL 92 uses it for a different
purpose, so is probably best avoided.
Hope this helps,
- Stuart

> -----Original Message-----
> From: Bai Yan [mailto:baiyan@ece.ogi.edu]
> Sent: 19 March 2002 05:57
> To: pgsql-novice@postgresql.org
> Subject: [NOVICE] rename a table name
>
>
> Hello all,
>
> I am new for postgresql and have a big bunch of problems.
>
> I create a table named 'action-test' but now I want to change
> the name to
> 'action', ALTER TALBE command doesn't help and I didn't find
> a command as
> 'rename'.
>
> How can I create a table copied from another table, say, both
> have the same
> structure and content?
>
> Thanks a lot,
>
> Yan Bai
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

pgsql-novice by date:

Previous
From: Rob
Date:
Subject: Triggers in postgres
Next
From: Oliver Elphick
Date:
Subject: Re: Triggers in postgres