Please take a look at this article:
http://securfox.wordpress.com/2010/12/12/converting-mysql-to-postgresql/
I think also, that there are a tool that can do this easly,
Regards,
On Tue, Feb 22, 2011 at 9:21 AM, Adarsh Sharma wrote:
> Dear all,
>
> Today I need to back up a mysql database and res
I used pg_top to monitor my database and i'm looking for method to find out
what queries are currently being serviced by the database.
pg_top inform me that the queries are IDLE and the result of select * from
pg_stat_activity return that current_query is always on IDLE status.
Please can you help