don't try to decode records as iso-8859-1, read them as utf-8
[webpac2] / sql / data.sql
1 -- some test data
2
3 insert into catalog_webarchive (path,title,uri) values (
4         '/rest/references/PgGeneratBits/bits',
5         'PostgreSQL General Bits',
6         'http://www.varlena.com/varlena/GeneralBits/archive.php'
7 );