summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 7c652c2d40..396f99f68a 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -69,7 +69,7 @@ function_entry pgsql_functions[] = {
PHP_FE(pg_loopen, NULL)
PHP_FE(pg_loclose, NULL)
PHP_FE(pg_loread, NULL)
- PHP_FE(pg_write, NULL)
+ PHP_FE(pg_lowrite, NULL)
PHP_FE(pg_loreadall, NULL)
{NULL, NULL, NULL}
};