diff options
author | Edin Kadribasic <edink@php.net> | 2006-05-07 00:28:32 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2006-05-07 00:28:32 +0000 |
commit | 18eb480dd2a3229053d8c799f695f570c4273569 (patch) | |
tree | 0d0ed96990f227b045f9090872c21ade77fc7231 /ext/pgsql/php_pgsql.h | |
parent | 12a5d2b547ccf2e853ff7e9425ecb5a8e7c2b7a5 (diff) | |
download | php-git-18eb480dd2a3229053d8c799f695f570c4273569.tar.gz |
MFH: Added pg_field_table() as per req: #36750
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); |