query($sql); } // -------------------------------------------------------------------------- /** * Get a list of schemas for the current connection * * @return array */ public function get_schemas() { $sql = <<driver_query($sql); } } //End of pgsql_driver.php