diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-24 20:35:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-24 20:37:31 +0000 |
commit | de1294ea67d5567e3599101fa8ce50b8fd3e4dd6 (patch) | |
tree | 304e1f33da4589cd2debeb86e103e81c40ccd963 /test/stdout/9200 | |
parent | 424fa2f3aa617d08cce2518aac84bfe1329de6c2 (diff) |
Testsuite: convert posgreql testing to standalone
Diffstat (limited to 'test/stdout/9200')
-rw-r--r-- | test/stdout/9200 | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/test/stdout/9200 b/test/stdout/9200 index d2ec96f9d..c76e65085 100644 --- a/test/stdout/9200 +++ b/test/stdout/9200 @@ -1,3 +1,33 @@ +The files belonging to this database system will be owned by user "CALLER". +This user must also own the server process. + +The database cluster will be initialized with locale "C". +The default database encoding has accordingly been set to "SQL_ASCII". +The default text search configuration will be set to "english". + +Data page checksums are disabled. + +creating directory TESTSUITE/pgsql/data ... ok +creating subdirectories ... ok +selecting default max_connections ... 100 +selecting default shared_buffers ... 128MB +selecting dynamic shared memory implementation ... posix +creating configuration files ... ok +running bootstrap script ... ok +performing post-bootstrap initialization ... ok +syncing data to disk ... ok + +Success. You can now start the database server using: + + pg_ctl -D TESTSUITE/pgsql/data -l logfile start + +CREATE TABLE +INSERT 0 1 +INSERT 0 1 +INSERT 0 1 +INSERT 0 1 +INSERT 0 1 +INSERT 0 1 > Philip Hazel > Philip Hazel > @@ -5,11 +35,11 @@ > id=nothing name="" > 0 > name="\"stquot" id=quote2 -> name="before +> name="before
after" id=newline > name="x x" id=tab > name='stquot id=quote1 -> Failed: lookup of "servers=x:localhost; select name from them where id='CALLER';" gave DEFER: PostgreSQL server "x" not found in pgsql_servers +> Failed: lookup of "servers=x:localhost; select name from them where id='ph10';" gave DEFER: PostgreSQL server "x" not found in pgsql_servers > Philip Hazel > Philip Hazel > Philip Hazel @@ -26,3 +56,5 @@ after" id=newline 221 myhost.test.ex closing connection
> Philip Hazel > +waiting for server to shut down.... done +server stopped |