Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
Search
Recent Topics
Hottest Topics
Member Listing
Back to home page
How to change the position of a column in a table
Forum Index
»
PostgreSQL (formerly Standard Server)
Author
Message
23 Apr 2012 02:50:57
Subject:
How to change the position of a column in a table
vas3255
New member
Joined: 27 Jan 2012 01:27:18
Messages: 7
Offline
Hi All,
after adding a column to a table by using alter command, if i want change the position of that newly added column what i need to do.
Thanks & Regards,
Srinivas Davuluri
This message was edited 1 time. Last update was at 23 Apr 2012 02:51:54
23 Apr 2012 03:41:47
Subject:
Re:How to change the position of a column in a table
raghavendra_rao
Senior member
Joined: 2 Sep 2009 06:28:39
Messages: 193
Offline
Please follow the below link.
http://wiki.postgresql.org/wiki/Alter_column_position
Best Regards
Raghavendra
EnterpriseDB Corporation
Blog:
http://raghavt.blogspot.com/
23 Apr 2012 04:39:53
Subject:
Re:How to change the position of a column in a table
vas3255
New member
Joined: 27 Jan 2012 01:27:18
Messages: 7
Offline
Thank U for your reply.
Well, i know that the way of changing column by recreating the table.
But is there any other solution for changing the position of a column.
Thanks & Regards,
Srinivas Davuluri
23 Apr 2012 06:31:42
Subject:
Re:How to change the position of a column in a table
raghavendra_rao
Senior member
Joined: 2 Sep 2009 06:28:39
Messages: 193
Offline
Well, another way is not recommended, i.e., changing the column position in system catalogs. Try moving column positioning by updating pg_attribute (attnum column) system catalog table.
Best Regards
Raghavendra
EnterpriseDB Corporation
Blog:
http://raghavt.blogspot.com/
Forum Index
»
PostgreSQL (formerly Standard Server)
Go to:
Select a forum
News & Announcements
Website Issues
Postgres Plus Cloud Database
Postgres Enterprise Manager
Postgres Plus Advanced Server
Postgres Plus xDB Replication Server
PostgreSQL (formerly Standard Server)
Postgres Plus Connector for Hadoop
GridSQL - General
GridSQL - Developers
PostgreSQL Installers for Windows, Linux and OS X
Tuning and Migration Wizard
ApachePHP and application Installers
Powered by
JForum 2.1.8
©
JForum Team