repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git]
/
src
/
test
/
examples
/
testlibpq3.sql
blob
9d9e217e5ddf1289a399cbeb1b7d3727d32eff2f
1
CREATE TABLE test1 (i int4, t text, b bytea);
2
3
INSERT INTO test1 values (1, 'joe''s place', '\\000\\001\\002\\003\\004');
4
INSERT INTO test1 values (2, 'ho there', '\\004\\003\\002\\001\\000');