Home
last modified time | relevance | path

Searched refs:pg_meta_data (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt2 PostgreSQL pg_meta_data() - basic test using schema
19 var_dump(pg_meta_data($conn, 'foo'));
20 var_dump(pg_meta_data($conn, 'phptests.foo'));
21 var_dump(pg_meta_data($conn, 'phptests.foo', TRUE));
H A D11pg_meta_data.phpt13 $meta = pg_meta_data($db, $table_name);
/PHP-5.6/ext/pgsql/
H A Dphp_pgsql.h189 PHP_FUNCTION(pg_meta_data);
H A Dpgsql.c713 PHP_FE(pg_meta_data, arginfo_pg_meta_data)
5581 PHP_FUNCTION(pg_meta_data) argument
/PHP-5.6/
H A DUPGRADING380 - pg_insert()/pg_select()/pg_update()/pg_delete()/pg_meta_data()/pg_convert()
387 - Added extended flag parameter for pg_meta_data(). pg_meta_data() always
H A DNEWS2383 . Implemented FR #41146 - Add "description" with exteneded flag pg_meta_data().
2384 pg_meta_data(resource $conn, string $table [, bool extended])
2385 It also made pg_meta_data() return "is enum" always.
8115 - Fixed bug #47048 (Segfault with new pg_meta_data). (Felipe)
8466 - Fixed bug #42078 (pg_meta_data mix tables metadata from different schemas).

Completed in 49 milliseconds