TIPO: PDOException
MENSAJE: SQLSTATE[08006] [7] server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.
ARCHIVO: C:\xampp\htdocs\Factura-Postgres\sys_fact\app\config\services.php
LÍNEA: 274
TRACE:
#0 [internal function]: PDO->__construct('pgsql:host=loca...', 'postgres', NULL, Array)
#1 [internal function]: Phalcon\Db\Adapter\Pdo\AbstractPdo->connect(Array)
#2 [internal function]: Phalcon\Db\Adapter\Pdo\Postgresql->connect(Array)
#3 [internal function]: Phalcon\Db\Adapter\Pdo\AbstractPdo->__construct(Array)
#4 C:\xampp\htdocs\Factura-Postgres\sys_fact\app\config\services.php(274): Phalcon\Db\Adapter\Pdo\Postgresql->__construct(Array)
#5 [internal function]: Closure->{closure}()
#6 [internal function]: Phalcon\Di\Service->resolve(NULL, Object(Phalcon\Di\FactoryDefault))
#7 [internal function]: Phalcon\Di->get('db', NULL)
#8 [internal function]: Phalcon\Di->getShared('db')
#9 [internal function]: Phalcon\Mvc\Model\Manager->getConnection(Object(SunatCodigoubigeo), Array)
#10 [internal function]: Phalcon\Mvc\Model\Manager->getReadConnection(Object(SunatCodigoubigeo))
#11 [internal function]: Phalcon\Mvc\Model->getReadConnection()
#12 [internal function]: Phalcon\Mvc\Model\Query->getReadConnection(Object(SunatCodigoubigeo), Array, Array, Array)
#13 [internal function]: Phalcon\Mvc\Model\Query->_executeSelect(Array, Array, Array)
#14 [internal function]: Phalcon\Mvc\Model\Query->execute()
#15 C:\xampp\htdocs\Factura-Postgres\sys_fact\app\controllers\LoginController.php(30): Phalcon\Mvc\Model::find()
#16 [internal function]: LoginController->indexAction()
#17 [internal function]: Phalcon\Dispatcher\AbstractDispatcher->callActionMethod(Object(LoginController), 'indexAction', Array)
#18 [internal function]: Phalcon\Dispatcher\AbstractDispatcher->dispatch()
#19 C:\xampp\htdocs\Factura-Postgres\sys_fact\public\index.php(57): Phalcon\Mvc\Application->handle('/login')
#20 {main}