|
| 1 | +<!-- reference.sgml |
| 2 | +- |
| 3 | +- Postgres User's Reference documentation. |
| 4 | +- thomas 1998-03-14 |
| 5 | +- |
| 6 | +- --> |
| 7 | +<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ |
| 8 | +<!entity intro SYSTEM "intro.sgml"> |
| 9 | + |
| 10 | +<!entity % allfiles SYSTEM "allfiles.sgml"> |
| 11 | +%allfiles; |
| 12 | + |
| 13 | +<!entity biblio SYSTEM "biblio.sgml"> |
| 14 | +<!entity contacts SYSTEM "contacts.sgml"> |
| 15 | +]> |
| 16 | +<Book> |
| 17 | + |
| 18 | +<!-- Title information --> |
| 19 | + |
| 20 | +<Title>PostgreSQL Reference Manual</Title> |
| 21 | +<BookInfo> |
| 22 | + <ReleaseInfo>Covering v6.4 for general release</ReleaseInfo> |
| 23 | + <BookBiblio> |
| 24 | + <AuthorGroup> |
| 25 | + <Author> |
| 26 | + <FirstName>Jose</FirstName> |
| 27 | + <SurName>Soares Da Silva</SurName> |
| 28 | + </Author> |
| 29 | + <Author> |
| 30 | + <FirstName>Oliver</FirstName> |
| 31 | + <SurName>Elphick</SurName> |
| 32 | + </Author> |
| 33 | + </AuthorGroup> |
| 34 | +<!-- |
| 35 | + <AuthorGroup> |
| 36 | + <CorpAuthor>The PostgreSQL Development Team</CorpAuthor> |
| 37 | + </AuthorGroup> |
| 38 | +--> |
| 39 | +<!-- editor in authorgroup is not supported |
| 40 | + <AuthorGroup> |
| 41 | +--> |
| 42 | +<!-- |
| 43 | + <Editor> |
| 44 | + <FirstName>Thomas</FirstName> |
| 45 | + <SurName>Lockhart</SurName> |
| 46 | + <Affiliation> |
| 47 | + <OrgName>Caltech/JPL</OrgName> |
| 48 | + </Affiliation> |
| 49 | + </Editor> |
| 50 | +--> |
| 51 | + <Editor> |
| 52 | + <FirstName>Oliver</FirstName> |
| 53 | + <SurName>Elphick</SurName> |
| 54 | + </Editor> |
| 55 | +<!-- |
| 56 | + </AuthorGroup> |
| 57 | +--> |
| 58 | + |
| 59 | + <Date>(last updated 1998-04-18)</Date> |
| 60 | + </BookBiblio> |
| 61 | + |
| 62 | +<LegalNotice> |
| 63 | +<Para> |
| 64 | +<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group. |
| 65 | +</Para> |
| 66 | +</LegalNotice> |
| 67 | + |
| 68 | +</BookInfo> |
| 69 | + |
| 70 | +<!-- |
| 71 | +<TOC> </TOC> |
| 72 | +<LOT> </LOT> |
| 73 | +--> |
| 74 | + |
| 75 | +<!-- |
| 76 | +<Dedication> |
| 77 | +<Para> |
| 78 | +Your name here... |
| 79 | +</Para> |
| 80 | +</Dedication> |
| 81 | +--> |
| 82 | + |
| 83 | +<Preface> |
| 84 | +<Title>Summary</Title> |
| 85 | + |
| 86 | +<Para> |
| 87 | +<ProductName>Postgres</ProductName>, |
| 88 | + developed originally in the UC Berkeley Computer Science Department, |
| 89 | + pioneered many of the object-relational concepts |
| 90 | + now becoming available in some commercial databases. |
| 91 | +It provides SQL92/SQL3 language support, |
| 92 | + transaction integrity, and type extensibility. |
| 93 | + <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant |
| 94 | + of this original Berkeley code. |
| 95 | +</Para> |
| 96 | +</Preface> |
| 97 | + |
| 98 | +<!-- |
| 99 | +&intro-ref; |
| 100 | +--> |
| 101 | + |
| 102 | +&commands; |
| 103 | + |
| 104 | +&contacts; |
| 105 | +&biblio; |
| 106 | + |
| 107 | +<INDEX> </INDEX> |
| 108 | + |
| 109 | +</Book> |
| 110 | + |
0 commit comments