Toricamente solo cambias la conexion y las funciones de mysql
http://mx.php.net/manual/es/ref.mysql.php a postgress
http://mx.php.net/manual/es/ref.pgsql.php
Fetch assoc MySQL
$registro_padre=mysql_fetch_assoc($consulta_padre) ;
Fetch assoc PostrgreSQL
$registro_padre=pg_fetch_assoc($consulta_padre);