doc/development/postgresql_vfs.sql

branch
webdav
changeset 317
09676b559091
parent 306
e03737cea6e2
child 318
60870dbac94f
equal deleted inserted replaced
316:4090fc1b1c52 317:09676b559091
15 ); 15 );
16 16
17 create table Property ( 17 create table Property (
18 property_id serial primary key, 18 property_id serial primary key,
19 resource_id int references Resource(resource_id) on delete cascade, 19 resource_id int references Resource(resource_id) on delete cascade,
20 prefix text not null,
20 xmlns text not null, 21 xmlns text not null,
21 pname text not null, 22 pname text not null,
23 lang text,
24 nsdeflist text,
22 pvalue text 25 pvalue text
23 ); 26 );
24 27
25 create type property_name as ( 28 create type property_name as (
26 xmlns text, 29 xmlns text,

mercurial