- 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.
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- 深入淺出Electron:原理、工程與實(shí)踐
- Mastering Entity Framework
- Android 9 Development Cookbook(Third Edition)
- Julia Cookbook
- C語(yǔ)言程序設(shè)計(jì)
- GeoServer Beginner's Guide(Second Edition)
- Flutter跨平臺(tái)開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Java Web開(kāi)發(fā)詳解
- Scala編程實(shí)戰(zhàn)
- Visual C++開(kāi)發(fā)寶典
- 零基礎(chǔ)C語(yǔ)言學(xué)習(xí)筆記
- Manage Your SAP Projects with SAP Activate
- Visual C++程序開(kāi)發(fā)范例寶典
- Selenium WebDriver自動(dòng)化測(cè)試完全指南