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