Trying to run php app\console doctrine:schema:update --force. I Catch this error: 
In parameters.ini I use database_driver = pdo_pgsql
What about my phpinfo? It seems everything is alright! 
Can you give me advice what to do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The reason might be that CLI and Apache versions of PHP have different configuration and
pdo_pgsqlis not activated for the CLI version.