- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 138字
- 2021-07-02 13:11:43
Security
PostgreSQL supports several authentication methods, including password, LDAB, GSSAPI, SSPI, Kerberos, ident-based, RADUIS, certificate, and PAM authentication. All database vulnerabilities are listed in the PostgreSQL security information web page (http://www.postgresql.org/support/security/) with information about the affected version, the vulnerability class, and the affected component.
The PostgreSQL security updates are made available as minor updates. Also, known security issues are always fixed with the next major releases. Publishing security updates in minor updates makes it easy for a PostgreSQL administrator to keep PostgreSQL secure and up to date with minimal downtime.
PostgreSQL can control the database object access at several levels, including database, table, view, function, sequence, column, and row. This enables PostgreSQL to have great authorization control.
PostgreSQL can use encryption to protect data by hardware encryption. Also, you can encrypt certain information by utilizing the pgcrypto extension.
- Android開發精要
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- C語言程序設計(第2版)
- Web Development with Django Cookbook
- Functional Programming in JavaScript
- Raspberry Pi 2 Server Essentials
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 嚴密系統設計:方法、趨勢與挑戰
- Mastering Concurrency in Python
- Shopify Application Development
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Less Web Development Cookbook
- HTML5程序設計基礎教程
- Python深度學習與項目實戰
- Mastering Vim