metacat/sqlcatlist.sql @ 109
1 |
set pagesize 100 |
---|---|
2 |
column entity_name format a10 |
3 |
column entity_type format a5 |
4 |
column source_doctype format a15 |
5 |
column target_doctype format a15 |
6 |
column public_id format a20 |
7 |
column system_id format a20 |
8 |
select entity_type,source_doctype,target_doctype,public_id,system_id |
9 |
from xml_catalog; |