summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_utility.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-02 05:21:46 +0200
committeradmin <devnull@localhost>2006-10-02 05:21:46 +0200
commit3cad41e56fe4edc057cf6a84952a343686376429 (patch)
treef09f0ae669677a0c0a54d8f0d854cfda4ff5cf09 /system/database/drivers/postgre/postgre_utility.php
parent78ce3cc370efc9d63b3d473deb37c92f40002d3d (diff)
Diffstat (limited to 'system/database/drivers/postgre/postgre_utility.php')
-rw-r--r--system/database/drivers/postgre/postgre_utility.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php
index 038aa26cd..0c265de16 100644
--- a/system/database/drivers/postgre/postgre_utility.php
+++ b/system/database/drivers/postgre/postgre_utility.php
@@ -109,6 +109,20 @@ class CI_DB_postgre_utility extends CI_DB_utility {
return return FALSE;
}
+ // --------------------------------------------------------------------
+
+ /**
+ * Postgre Export
+ *
+ * @access private
+ * @param array Preferences
+ * @return mixed
+ */
+ function _backup($params = array())
+ {
+ // Currently unsupported
+ return $this->db->display_error('db_unsuported_feature');
+ }
}