SkyPHP / skyphp

PHP5 Framework
http://switchbreak.com/skyphp
17 stars 38 forks source link

postgresql 9.0 required #203

Closed will123195 closed 11 years ago

will123195 commented 11 years ago

postgres 8 throws this error:

select pg_is_in_recovery() as stat;
ERROR: function pg_is_in_recovery() does not exist LINE 1: select pg_is_in_recovery() as stat; ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
will123195 commented 11 years ago

if using postgresql < 9.0, you need this in config: $old_postgresql = true;