/[webpac2]/trunk/conf/isi/cited.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/isi/cited.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1208 - (show annotations)
Fri May 29 21:41:37 2009 UTC (14 years, 11 months ago) by dpavlin
File size: 156 byte(s)
 r1902@llin:  dpavlin | 2009-05-29 23:41:36 +0200
 example usage of WebPAC::Output::DBI

1 create table cited (
2 id serial,
3 au text not null,
4 cited text not null
5 );
6
7 create index cited_au on cited(au);
8 create index cited_cited on cited(cited);
9

  ViewVC Help
Powered by ViewVC 1.1.26