Created
June 4, 2009 13:58
-
-
Save ocharles/123630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ollie@ollie-arch TemplateToolkit]$ ./admin/psql --profile=test READWRITE < ./admin/sql/InsertTestData.sql | |
| BEGIN | |
| SET | |
| TRUNCATE TABLE | |
| INSERT 0 1 | |
| INSERT 0 1 | |
| INSERT 0 1 | |
| TRUNCATE TABLE | |
| INSERT 0 1 | |
| INSERT 0 1 | |
| TRUNCATE TABLE | |
| INSERT 0 1 | |
| INSERT 0 1 | |
| TRUNCATE TABLE | |
| TRUNCATE TABLE | |
| server closed the connection unexpectedly | |
| This probably means the server terminated abnormally | |
| before or while processing the request. | |
| connection to server was lost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment