PCLabs Survey, Part VI: Query Language and Database Design

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема PCLabs Survey, Part VI: Query Language and Database Design
Дата
Msg-id Pine.BSF.4.21.0001311738130.480-100000@thelab.hub.org
обсуждение исходный текст
Список pgsql-hackers
Query Language and Database Design
- ANSI/ISO standards compliance       - SQL standard supplied (e.g. SQL-89, SQL-92 entry level, any SQL3 support, etc.)
     - SQL-92 catalog schema views       - ANSI isolation levels supported
 
- left, right and full outer joins
- declarative referential integrity       - declarative cascade delete       - declarative cascade update
- ability to modify existing designs       - rename table       - modify data type of existing column       - add/drop
columnin existing table       - add/drop constraint in existing table   
 
- more than one unique constraint per table
- object-oriented design support (abstract types, inheritance)
- object references (REFs)
- computed columns  
- can build an index on a computed column
- computed tables


Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: PCLabs Survey, Part V: Programmability
Следующее
От: The Hermit Hacker
Дата:
Сообщение: PCLabs Survey, Part VII: Embedded Database / Branch Office Support