Re: [SQL] Copy Views From Database?

2005-09-22 Thread Hannes Dorbath
server, don't blame me and read the manual before you're doing anything. Best regards, Hannes Dorbath ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

Re: [SQL] Copy Views From Database?

2005-09-22 Thread Hannes Dorbath
On 22.09.2005 10:37, [EMAIL PROTECTED] wrote: Is there a maybe a tool that I can use to copy views as-is from one database into another? pg_dump and pg_restore :) ---(end of broadcast)--- TIP 4: Have you searched our list archives?

Re: [SQL] Copy Views From Database?

2005-09-22 Thread Hannes Dorbath
use pg_dump and pg_restore :) On 22.09.2005 10:37, [EMAIL PROTECTED] wrote: Hi Guys, I'm using PostGreSQL with a Java project since I'm a proffesional Java developer. I've a database that have about 120 views in PostGreSQL 7.0 that I need to copy into PostGreSQL 8.0. I can copy them one-by-one