summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-07-08 00:40:32 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-07-08 00:40:32 +0000
commitef7bd06657b0850d4b1c507c2ef6af88fb79cd03 (patch)
treea905bc4ec5c638c62e4f0697bea0fd564fe11597 /ext/pgsql/php_pgsql.h
parent71d28a82cf9571619a7a2ef1ff2e1c75307b6757 (diff)
downloadphp-git-ef7bd06657b0850d4b1c507c2ef6af88fb79cd03.tar.gz
Added pg_fetch_all_columns() function to fetch all values of a column from
a result cursor.
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 21f9ecde09..78c1cb541d 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -107,6 +107,7 @@ PHP_FUNCTION(pg_fetch_object);
PHP_FUNCTION(pg_fetch_result);
PHP_FUNCTION(pg_fetch_row);
PHP_FUNCTION(pg_fetch_all);
+PHP_FUNCTION(pg_fetch_all_columns);
#if HAVE_PQCMDTUPLES
PHP_FUNCTION(pg_affected_rows);
#endif