user.sgml
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:5k
- <!--
- $Header: /usr/local/cvsroot/pgsql/doc/src/sgml/user.sgml,v 1.12 1999/06/03 04:21:51 thomas Exp $
- Postgres User's Manual.
- Derived from postgres.sgml.
- thomas 1998-02-24
- $Log: user.sgml,v $
- Revision 1.12 1999/06/03 04:21:51 thomas
- Markup changes for v6.5 release.
- Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
- Revision 1.11 1999/05/26 17:30:30 thomas
- Add chapters on CVS access, MVCC, SQL theory to the docs.
- Add an appendix with more details on date/time attributes and handling.
- Update most references to Postgres version numbers to 6.5,
- *except* for the porting list which will require a report
- from a successful installation to be updated.
- Revision 1.10 1999/05/22 02:27:25 thomas
- Finish initial markup of cvs.sgml, and include it in the programmer's guide
- and the integrated doc. Clean up other markup.
- Revision 1.9 1999/05/20 05:39:29 thomas
- Rearrange and consolidate the Admin Guide.
- Add reference pages for utilities and remove standalone chapters for same.
- Add material for an appendix on date/time properties, but not yet
- integrated with the User's Guide.
- Break up the former chapter on pg_options
- into Admin and Programmer's Guides.
- Revision 1.8 1999/05/04 02:26:06 thomas
- Include new introductory chapter on SQL from Stefan S.
- Should this be in the tutorial instead?
- Revision 1.7 1998/10/30 19:37:16 thomas
- Minor editing and markup changes as a result of preparing the Postscript
- documentation for v6.4.
- Bigger updates to the installation instructions (install and config).
- Revision 1.6 1998/09/30 05:41:54 thomas
- Clean up pages. Add information for operator precedence.
- Split introduction sections into separate files to allow the legal notice
- and notation sections appear in all documents without having the history
- show up everplace too.
- Add full list of reserved and non-reserved key words in syntax.sgml.
- Add a separate chapter to the admin guide on security.
- Revision 1.5 1998/08/17 16:20:32 thomas
- Move SQL reference pages up into the User's Guide.
- -->
- <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
- <!entity about SYSTEM "about.sgml">
- <!entity history SYSTEM "history.sgml">
- <!entity info SYSTEM "info.sgml">
- <!entity legal SYSTEM "legal.sgml">
- <!entity notation SYSTEM "notation.sgml">
- <!entity y2k SYSTEM "y2k.sgml">
- <!entity advanced SYSTEM "advanced.sgml">
- <!entity array SYSTEM "array.sgml">
- <!entity biblio SYSTEM "biblio.sgml">
- <!entity datatype SYSTEM "datatype.sgml">
- <!entity datetime SYSTEM "datetime.sgml">
- <!entity environ SYSTEM "environ.sgml">
- <!entity func SYSTEM "func.sgml">
- <!entity inherit SYSTEM "inherit.sgml">
- <!entity intro SYSTEM "intro.sgml">
- <!entity keys SYSTEM "keys.sgml">
- <!entity manage SYSTEM "manage.sgml">
- <!entity mvcc SYSTEM "mvcc.sgml">
- <!entity oper SYSTEM "oper.sgml">
- <!entity storage SYSTEM "storage.sgml">
- <!entity syntax SYSTEM "syntax.sgml">
- <!entity typeconv SYSTEM "typeconv.sgml">
- <!-- reference pages -->
- <!entity % allfiles SYSTEM "allfiles.sgml">
- %allfiles;
- ]>
- <Book Id="user">
- <!-- Title information -->
- <Title>PostgreSQL User's Guide</Title>
- <BookInfo>
- <ReleaseInfo>Covering v6.5 for general release</ReleaseInfo>
- <BookBiblio>
- <AuthorGroup>
- <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
- </AuthorGroup>
- <!-- editor in authorgroup is not supported
- <AuthorGroup>
- -->
- <Editor>
- <FirstName>Thomas</FirstName>
- <SurName>Lockhart</SurName>
- <Affiliation>
- <OrgName>Caltech/JPL</OrgName>
- </Affiliation>
- </Editor>
- <!--
- </AuthorGroup>
- -->
-
- <!--
- <AuthorInitials>TGL</AuthorInitials>
- -->
- <Date>(last updated 1999-06-01)</Date>
- </BookBiblio>
- <LegalNotice>
- <Para>
- <ProductName>PostgreSQL</ProductName> is Copyright © 1996-9
- by the Postgres Global Development Group.
- </Para>
- </LegalNotice>
- </BookInfo>
- <!--
- <TOC> </TOC>
- <LOT> </LOT>
- -->
- <!--
- <Dedication>
- <Para>
- Your name here...
- </Para>
- </Dedication>
- -->
- <preface id="preface">
- <Title>Summary</Title>
- <Para>
- <ProductName>Postgres</ProductName>,
- developed originally in the UC Berkeley Computer Science Department,
- pioneered many of the object-relational concepts
- now becoming available in some commercial databases.
- It provides SQL92/SQL3 language support,
- transaction integrity, and type extensibility.
- <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
- of this original Berkeley code.
- </Para>
- </Preface>
- &intro;
- &syntax;
- &datatype;
- &oper;
- &func;
- &typeconv;
- &keys;
- &array;
- &inherit;
- &mvcc;
- &environ;
- &manage;
- &storage;
- &commands;
- <!-- appendices -->
- &datetime;
- <!--
- &contacts;
- -->
- &biblio;
- <!--
- <index Id="index">
- </index>
- -->
- </Book>
- <!-- Keep this comment at the end of the file
- Local variables:
- mode: sgml
- sgml-omittag:nil
- sgml-shorttag:t
- sgml-minimize-attributes:nil
- sgml-always-quote-attributes:t
- sgml-indent-step:1
- sgml-indent-data:t
- sgml-parent-document:nil
- sgml-default-dtd-file:"./reference.ced"
- sgml-exposed-tags:nil
- sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
- sgml-local-ecat-files:nil
- End:
- -->