PostgreSQL
 sql >> Teknologi Basis Data >  >> RDS >> PostgreSQL

Postgres menemukan file konfigurasi di linux

Akhirnya saya menemukan solusi global untuk itu.

Pertama, Anda harus mengikuti langkah-langkah berikut:

  1. su - postgres
  2. psql
  3. Untuk file konfigurasi postgres :

    SHOW config_file;

hasilnya harus seperti ini:

postgres=# SHOW config_file;
                   config_file
    ------------------------------------------
     /etc/postgresql/9.6/main/postgresql.conf
    (1 row)

dan untuk hba_file gunakan:

SHOW hba_file;


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Postgres tidak akan menerima alias tabel sebelum nama kolom

  2. Pernyataan SQL tidak terhapus di PHP

  3. Postgis SQL untuk tetangga terdekat

  4. Konektor PostgreSQL di OSGi

  5. DROP FUNCTION tanpa mengetahui jumlah/jenis parameter?