Re: procedures for adding data - Mailing list pgsql-novice

From Michael Glaesemann
Subject Re: procedures for adding data
Date
Msg-id 5DB3F70D-ECA6-4062-824E-D16D8CB57A61@myrealbox.com
Whole thread Raw
In response to procedures for adding data  (Mogin Mohandas <moginmo@gmail.com>)
Responses Re: procedures for adding data  (Mogin Mohandas <moginmo@gmail.com>)
List pgsql-novice
On Dec 19, 2005, at 12:41 , Mogin Mohandas wrote:

>          I wanted to know how to add a large no of columns in
> postgresql by running a procedure....

Adding a large number of columns or a large number of rows? I'm
unaware of any method to add a large number of columns other than
using ALTER TABLE.

http://www.postgresql.org/docs/current/interactive/sql-altertable.html

If you're interested in adding a large number of rows, you may be
interested in COPY.

http://www.postgresql.org/docs/current/interactive/sql-copy.html

Also, if you describe your situation in more detail (i.e., what you
are trying to accomplish by adding a large number of columns), you
may receive suggestions on how to do this.

>                     but i cant seem to find a syntax for one like
> the one in Oracle...if anybody has any idea...please tell me...

I am not familiar with Oracle, but others on this list may be. If you
provide the Oracle syntax for what you would like to do, perhaps
another may be able to help you.

Michael Glaesemann
grzm myrealbox com




pgsql-novice by date:

Previous
From: Mogin Mohandas
Date:
Subject: procedures for adding data
Next
From: Sean Davis
Date:
Subject: Re: COPY command, linking foreign keys