[ADMIN] How to find dependent procdures on a table in postgresql

2012-10-12 Thread Arun Padule
How to find dependent procdures on a table in postgresql. The postgresql version I am using is 8.1. Regards, Arun Padule

Re: [ADMIN] pg_dump and restore

2013-01-09 Thread Arun Padule
Hi, Yes you a dump data from one version of postgres to the other version. But later you will facing issue with casting of data type's. e,g where '5' = 5; works in 8.0 version But same where clause through's a data type miss match on 9.1 version. These is just a one example, there might be man