Skip to content

Instantly share code, notes, and snippets.

@simi
Created July 6, 2021 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simi/1cb04f8df13693a8445ef1ebc5504c46 to your computer and use it in GitHub Desktop.
Save simi/1cb04f8df13693a8445ef1ebc5504c46 to your computer and use it in GitHub Desktop.
[retro@retro php]❤ php t.php
PHP Warning: pg_query(): Query failed: ERROR: invalid input syntax for type integer: "z"
LINE 2: insert into tmp_ttt values ('z');
^ in /tmp/php/t.php on line 7
ERROR: invalid input syntax for type integer: "z"
LINE 2: insert into tmp_ttt values ('z');
^PHP Warning: pg_query(): Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /tmp/php/t.php on line
13
ERROR: current transaction is aborted, commands ignored until end of transaction block[retro@retro php]❤
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment