PostgreSQL

Haoword_wang發表於2023-02-11

譯文:
PostgreSQL是基於POSTGRES的物件關聯式資料庫管理系統(ORDBMS) 版本4.21 開發來的軟體,由加州大學伯克利分校電腦科學系開發。
POSTGRES開創了許多概念,這些概念在很久以後出現在一些商業資料庫系統中。
PostgreSQL是這個原始‘Berkeley code’ 的開源衍生版。它支援了大部分SQL標準,並提供許多當前關係型資料庫流行的功能,如:
• 複雜的查詢
• 外來鍵
• 觸發器
• 可更新檢視
• 事務完整性
• 多版本併發控制
此外,PostgreSQL可以被使用者以多種方式擴充套件,例如新增新的內容:
• 資料型別
• 功能
• 運運算元
• 聚合函式
• 索引方法
• 程式語言

由於自由的許可證,PostgreSQL可以被任何人自由地使用、修改和釋出。無需為任何目的使用而交費,無論是私人的,商業的,還是學術的。

原文:

PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES,Version 4.21, developed at the University of California at Berkeley Computer Science Department.
POSTGRES pioneered many concepts that only became available in some commercial database systems much later.
PostgreSQL is an open-source descendant of this original Berkeley code. It supports a large part of the SQL standard and offers many modern features:
• complex queries
• foreign keys
• triggers
• updatable views
• transactional integrity
• multiversion concurrency control
Also, PostgreSQL can be extended by the user in many ways, for example by adding new
• data types
• functions
• operators
• aggregate functions
• index methods
• procedural languages
And because of the liberal license, PostgreSQL can be used, modified, and distributed by anyone free of charge for any purpose, be it private, commercial, or academic.

Notic:

歡迎大家提供更專業的解釋


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26342786/viewspace-2934846/,如需轉載,請註明出處,否則將追究法律責任。

相關文章