doc/development/postgresql_vfs.sql

branch
webdav
changeset 318
60870dbac94f
parent 317
09676b559091
child 346
784b24381bed
equal deleted inserted replaced
317:09676b559091 318:60870dbac94f
20 prefix text not null, 20 prefix text not null,
21 xmlns text not null, 21 xmlns text not null,
22 pname text not null, 22 pname text not null,
23 lang text, 23 lang text,
24 nsdeflist text, 24 nsdeflist text,
25 pvalue text 25 pvalue text,
26
27 unique(resource_id, xmlns, pname)
26 ); 28 );
27 29
28 create type property_name as ( 30 create type property_name as (
29 xmlns text, 31 xmlns text,
30 name text 32 name text

mercurial