Bug 19043: Z39.50 target clio-db.cc.columbia.edu:7090 is no longer publicly available
[koha.git] / installer / data / mysql / en / optional / sample_z3950_servers.sql
1 INSERT INTO z3950servers
2 (host, port, db, userid, password, servername, checked, rank, syntax, encoding,recordtype) VALUES
3 ('lx2.loc.gov',210,'LCDB','','','LIBRARY OF CONGRESS',1,1,'USMARC','utf8','biblio'),
4 ('lx2.loc.gov',210,'NAF','','','LIBRARY OF CONGRESS NAMES',1,1,'USMARC','utf8','authority'),
5 ('lx2.loc.gov',210,'SAF','','','LIBRARY OF CONGRESS SUBJECTS',1,2,'USMARC','utf8','authority');
6
7 #Insert SRU server
8 INSERT INTO z3950servers
9 (host, port, db, servername, syntax, encoding, servertype, sru_fields)
10 VALUES
11 ('lx2.loc.gov',210,'LCDB','LIBRARY OF CONGRESS SRU','USMARC','utf8','sru','title=dc.title,isbn=bath.isbn,srchany=cql.anywhere,author=dc.author,issn=bath.issn,subject=dc.subject,stdid=bath.standardIdentifier');