diff options
Diffstat (limited to 'drivers/adodb-postgres7.inc.php')
| -rw-r--r-- | drivers/adodb-postgres7.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/adodb-postgres7.inc.php b/drivers/adodb-postgres7.inc.php index 926a5154..6cb7226f 100644 --- a/drivers/adodb-postgres7.inc.php +++ b/drivers/adodb-postgres7.inc.php @@ -128,6 +128,9 @@ class ADODB_postgres7 extends ADODB_postgres64 { } */ + /** + * @returns assoc array where keys are tables, and values are foreign keys + */ function MetaForeignKeys($table, $owner=false, $upper=false) { # Regex isolates the 2 terms between parenthesis using subexpressions |
