Re: [GENERAL] pg_restore 8.x to postgreSQL 9.x functions and triggers aren't created

2010-12-20 Thread Vick Khera
On Mon, Dec 20, 2010 at 3:28 AM, Raimon Fernandez wrote: > when restoring the same file to any of our postgreSQL Servers 8.x we have no > problems. > which version of pg_dump/restore are you using? The one from 8.x or 9.0? Try using the ones from 9.0. -- Sent via pgsql-general mailing list (

Re: [GENERAL] pg_restore 8.x to postgreSQL 9.x functions and triggers aren't created [solved]

2010-12-20 Thread Raimon Fernandez
ok, solved. it was a problem with the application that interfaces with pg that has a bug ... sorry, regards, r. On 20dic, 2010, at 09:28 , Raimon Fernandez wrote: > Hello, > > We have two postgreSQL servers that are in the latest 9.x as testing, but > when we use pg_dump and pg_restore, ou