/[webpac2]/trunk/conf/dipl/schema.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

Diff of /trunk/conf/dipl/schema.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1273 by mglavica, Tue Aug 11 13:05:35 2009 UTC revision 1274 by mglavica, Wed Aug 19 15:59:04 2009 UTC
# Line 115  create table cropsy ( Line 115  create table cropsy (
115          py integer          py integer
116  );  );
117    
118    drop table if exists jcr;
119    create table jcr (
120            id serial,
121            abbt text,
122            issn text,
123            tc text,
124            impf text,
125            impf5 text,
126            ii text,
127            noart text,
128            hlife text,
129            eigen text,
130            infl text
131    );      
132    
133    drop table if exists izbori;
134    create table izbori (
135            id serial,
136            autor text,
137            casopis text,
138            godina text,
139            sd numeric
140    );
141    
142  -- CREATE AGGREGATE array_accum (anyelement)  -- CREATE AGGREGATE array_accum (anyelement)
143  -- (  -- (

Legend:
Removed from v.1273  
changed lines
  Added in v.1274

  ViewVC Help
Powered by ViewVC 1.1.26