|
参考书目这里是一些经我们挑选的关于 SQL 和 PostgreSQL 的参考和读物。 一些来自最初的 POSTGRES 开发队伍的白皮书和技术报告可以在下面联接获取 http://s2k-ftp.cs.berkeley.edu:8000/postgres/papers/ 加州大学伯克利分校计算机科学系网站 SQL 参考书Judith Bowman, Sandra Emerson, and Marcy Darnovsky , The Practical SQL Handbook : Using Structured Query Language , Third Edition, Addison-Wesley, ISBN 0-201-44787-8, 1996. C. J. Date and Hugh Darwen , A Guide to the SQL Standard : A user's guide to the standard database language SQL , Fourth Edition, Addison-Wesley, ISBN 0-201-96426-0, 1997. Ramez Elmasri and Shamkant Navathe , Fundamentals of Database Systems , 3rd Edition, Addison-Wesley, ISBN 0-805-31755-4, August 1999. Jim Melton and Alan R. Simon , Understanding the New SQL : A complete guide , Morgan Kaufmann, ISBN 1-55860-245-3, 1993. Jeffrey D. Ullman , Principles of Database and Knowledge : Base Systems , Volume 1, Computer Science Press, 1988. Zelaine Fong , POSTGRES 查询优化器的设计与实现 , University of California, Berkeley, Computer Science Department. PostgreSQL-相关文档Stefan Simkovics , Enhancement of the ANSI SQL Implementation of PostgreSQL , Department of Information Systems, Vienna University of Technology, November 29, 1998. Discusses SQL history and syntax, and describes the addition of INTERSECT and EXCEPT constructs into PostgreSQL . Prepared as a Master's Thesis with the support of O. Univ. Prof. Dr. Georg Gottlob and Univ. Ass. Mag. Katrin Seyr at Vienna University of Technology. A. Yu and J. Chen , The POSTGRES Group, The Postgres95 User Manual , University of California, Sept. 5, 1995. 学报和文献Nels Olson , Partial indexing in POSTGRES: research project , University of California, UCB Engin T7.49.1993 O676, 1993. L. Ong and J. Goh , "A Unified Framework for Version Modeling Using Production Rules in a Database System", ERL Technical Memorandum M90/33 , University of California, April, 1990. P. Seshadri and A. Swami , "Generalized Partial Indexes", Proc. Eleventh International Conference on Data Engineering , 6-10 March 1995 , IEEE Computer Society Press, Cat. No.95CH35724, 1995, p. 420-7. M. Stonebraker and L. Rowe , "POSTGRES的设计", Proc. ACM-SIGMOD Conference on Management of Data , May 1986 . M. Stonebraker, E. Hanson, and C. H. Hong , " POSTGRES 规则系统的设计", Proc. IEEE Conference on Data Engineering , Feb. 1987 . M. Stonebraker, M. Hearst, and S. Potamianos , "POSTGRES 规则系统的注解", SIGMOD Record 18(3) , Sept. 1989. M. Stonebraker, L. A. Rowe, and M. Hirohama , "POSTGRES的实现", Transactions on Knowledge and Data Engineering 2(1) , IEEE, March 1990. |