[RESOLVED] Call to undefined function pg_query (), Wamp Server PostgreSQL
 [RESOLVED] Call to undefined function pg_query (), Wamp Server PostgreSQL        [RESOLVED] Call to undefined function pg_query (), Wamp Server PostgreSQL  to install our beloved localhost test server, and try to start connecting with the great aand PHP DB Manager PostgrSQL we noticed a very common mistake that would be   Call to undefined function pg_query () which is solved by doing the following:   1 ..- activate our php.ini extensions that brings WampServer, and extensions that we have are:    php_pgsql.dll   ,  php_pdo_pgsql.dll    these extensions are enabled clearing to the point semicolon (;) is in front of the name (Example:;  php_pdo_pgsql.dll remove it; there are forward and becomes:     php_pdo_pgsql.dll  ), save changes in php.ini.   2. NEXT go to the route:           C: \ wamp \ bin \ php \ php5.4.3  We place the library call:    libpq.dll    t...