1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-11-27 09:36:28 +03:00

Corrected some typos

This commit is contained in:
rrampage 2015-01-08 20:45:12 +05:30
parent 2e4545c3de
commit f4ae573d06
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* \q * \q
* Simple execution: * Simple execution:
1 Execute a simple 'select * from users;' test taht will pass. 1 Execute a simple 'select * from users;' test that will pass.
2 Execute a syntax error: 'insert into users ( ;' 2 Execute a syntax error: 'insert into users ( ;'
3 Execute a simple test from step 1 again to see if it still passes. 3 Execute a simple test from step 1 again to see if it still passes.
* Change the database and try steps 1 - 3. * Change the database and try steps 1 - 3.