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