summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-02-14 23:36:16 +0000
committerEdin Kadribasic <edink@php.net>2005-02-14 23:36:16 +0000
commit70e084941665ff8483063792b6ff40828a3210d1 (patch)
treee7911ff3577ef4d6436497ffd57dcaee9b24bd0d /ext/pgsql/php_pgsql.h
parent84a6e90b7d4a728edf5c4c9950f7453c9043919f (diff)
downloadphp-git-70e084941665ff8483063792b6ff40828a3210d1.tar.gz
Added pg_field_type_oid() function
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index f25acc9072..835219d983 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -98,6 +98,7 @@ PHP_FUNCTION(pg_field_name);
PHP_FUNCTION(pg_field_num);
PHP_FUNCTION(pg_field_size);
PHP_FUNCTION(pg_field_type);
+PHP_FUNCTION(pg_field_type_oid);
PHP_FUNCTION(pg_field_prtlen);
PHP_FUNCTION(pg_field_is_null);
/* async message functions */