Re: [GENERAL] use window as field name in 8.4
4 is a reserved word, which it wasn't in 8.3. Thanks, Stephen * Peter Lee (pe...@flairpackaging.com) wrote: > I am trying to upgrade our postgresql from 8.3 to 8.4. > > I found the "window" as field name makes many errors during pg_restore. > &g
[GENERAL] use window as field name in 8.4
I am trying to upgrade our postgresql from 8.3 to 8.4. I found the "window" as field name makes many errors during pg_restore. - like "item.window". Is there any way I can restore the dump file from 8.3 without errors. Peter