diff options
| author | Craig Duncan <git@duncanc.co.uk> | 2016-11-21 19:49:18 +0000 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-11-22 00:42:45 +0100 |
| commit | d36d4c70d3df2799af5dbb150660a70ffc60fc77 (patch) | |
| tree | 70ae78eb52dca15a896a6d9e256a4d618ee1b7a5 /ext/pgsql/tests/01createdb.phpt | |
| parent | 850c1095ab6b7c988c4ba8a9182085abe56f211c (diff) | |
| download | php-git-d36d4c70d3df2799af5dbb150660a70ffc60fc77.tar.gz | |
Add a test for bug 73498
Diffstat (limited to 'ext/pgsql/tests/01createdb.phpt')
| -rw-r--r-- | ext/pgsql/tests/01createdb.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pgsql/tests/01createdb.phpt b/ext/pgsql/tests/01createdb.phpt index 8f7a262841..aa2e43748f 100644 --- a/ext/pgsql/tests/01createdb.phpt +++ b/ext/pgsql/tests/01createdb.phpt @@ -29,6 +29,9 @@ else { echo pg_last_error()."\n"; } +// Create view here +pg_query($db,$view_def); + pg_close($db); echo "OK"; |
