Skip to content

Instantly share code, notes, and snippets.

@chrisa
Created July 25, 2013 13:49
Show Gist options
  • Select an option

  • Save chrisa/6079824 to your computer and use it in GitHub Desktop.

Select an option

Save chrisa/6079824 to your computer and use it in GitHub Desktop.
postgres=# insert into foo(b) values('foo1 ');
INSERT 0 1
postgres=# select * from foo where b = 'foo1';
(No rows)
postgres=# select * from foo where b = 'foo1 ';
-[ RECORD 1 ]-
a |
b | foo1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment