doc/development/postgresql_vfs.sql

branch
webdav
changeset 283
25e5b771677d
parent 281
e9dc53661df4
child 306
e03737cea6e2
equal deleted inserted replaced
282:cfb588e27198 283:25e5b771677d
6 iscollection boolean not null default false, 6 iscollection boolean not null default false,
7 7
8 lastmodified timestamp not null default current_date, 8 lastmodified timestamp not null default current_date,
9 creationdate timestamp not null default current_date, 9 creationdate timestamp not null default current_date,
10 contentlength bigint not null default 0, 10 contentlength bigint not null default 0,
11
12 resoid oid,
11 13
12 unique(parent_id, nodename) 14 unique(parent_id, nodename)
13 ); 15 );
14 16

mercurial