diff options
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
| -rw-r--r-- | ext/pgsql/php_pgsql.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index a24e2e693e..2cd097fca7 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -125,6 +125,7 @@ PHP_FUNCTION(pg_field_type);  PHP_FUNCTION(pg_field_type_oid);  PHP_FUNCTION(pg_field_prtlen);  PHP_FUNCTION(pg_field_is_null); +PHP_FUNCTION(pg_field_table);  /* async message functions */  PHP_FUNCTION(pg_get_notify);  PHP_FUNCTION(pg_get_pid);  | 
