Re: [SQL] copy tables

2005-10-14 Thread Dau Sy Manh
vendredi 14 octobre 2005 13:55To: pgsql-sql@postgresql.orgSubject: [SQL] copy tables  HelloI have 2 postgreSQL databases called "DATA1" and "DATA2" with several tables inside them (table A, B, C). I modify the details in table "A" in database "DATA1&qu

Re: [SQL] copy tables

2005-10-14 Thread A. Kretschmer
am 14.10.2005, um 8:54:39 +0200 mailte Shavonne Marietta Wijesinghe folgendes: > Hello > > I have 2 postgreSQL databases called "DATA1" and "DATA2" with several tables > inside them (table A, B, C). > > I modify the details in table "A" in database "DATA1" > > How can I copy table "A" from

[SQL] copy tables

2005-10-13 Thread Shavonne Marietta Wijesinghe
 HelloI have 2 postgreSQL databases called "DATA1" and "DATA2" with several tables inside them (table A, B, C). I modify the details in table "A" in database "DATA1" How can I copy table "A" from database "DATA1" and paste it in database "DATA2" using the same table name ??Thank you.