1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Some more additions to contrib for JDBC

This commit is contained in:
Peter Mount
2001-01-23 10:22:22 +00:00
parent d09fc12044
commit 11cb9acb68
11 changed files with 4003 additions and 5 deletions

View File

@ -0,0 +1,16 @@
<!ELEMENT album (track*)+>
<!ATTLIST album
title CDATA #IMPLIED
aid CDATA #IMPLIED
>
<!ELEMENT catalogue (group)>
<!ELEMENT group (album*)>
<!ATTLIST group
name CDATA #IMPLIED
>
<!ELEMENT track (#PCDATA)>
<!ATTLIST track
tid CDATA #IMPLIED
id CDATA #IMPLIED
>

2691
contrib/retep/data/cds.xml Normal file

File diff suppressed because it is too large Load Diff