diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2014-02-20 10:44:18 +0900 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2014-02-20 10:44:18 +0900 |
| commit | 3fa164c24b98090800c290b98f662923c3bfbdcc (patch) | |
| tree | fbc2a6be4023b552d10ba1612be39ca70ed249ce | |
| parent | 47204c63416ad741666186b2522b362df741ea42 (diff) | |
| download | php-git-3fa164c24b98090800c290b98f662923c3bfbdcc.tar.gz | |
Update pgsql document
| -rwxr-xr-x | UPGRADING | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -162,7 +162,11 @@ PHP X.Y UPGRADE NOTES - Pgsql: - pg_insert()/pg_select()/pg_update()/pg_delete()/pg_meta_data()/pg_convert() are no longer EXPERIMENTAL - - pg_select() return PostgreSQL query resources when query is executed. + - Added PGSQL_DML_ESCAPE option for pg_insert()/pg_select()/pg_update()/pg_delete() + that simply escapes all supplied parameters. These functions can be as fast as + native query. Unvalidated data(Unknown data types) is passed as string. + JSON/Array/etc are supported both PGSQL_DML_ESCAPE and pg_convert() as string. + - pg_select() returns PostgreSQL query resource when query is executed. - Added extended flag parameter for pg_meta_data(). pg_meta_data() always returns "is enum" attribute. |
