summaryrefslogtreecommitdiffstats
path: root/lib/db/adapterpgsql.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/db/adapterpgsql.php')
-rw-r--r--lib/db/adapterpgsql.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/db/adapterpgsql.php b/lib/db/adapterpgsql.php
new file mode 100644
index 00000000000..d3b09357c0a
--- /dev/null
+++ b/lib/db/adapterpgsql.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
+
+
+namespace OC\DB;
+
+class AdapterPgSql extends Adapter {
+}