PostgreSQL
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> PostgreSQL

Định dạng cho chuỗi / URL kết nối PostgreSQL là gì?

Nếu bạn sử dụng liên kết Libpq cho ngôn ngữ tương ứng, theo tài liệu của nó, URI được hình thành như sau:

postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]

Dưới đây là các ví dụ từ cùng một tài liệu

postgresql://
postgresql://localhost
postgresql://localhost:5432
postgresql://localhost/mydb
postgresql://[email protected]
postgresql://user:[email protected]
postgresql://[email protected]/otherdb?connect_timeout=10&application_name=myapp
postgresql://localhost/mydb?user=other&password=secret


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Làm cách nào để sử dụng toán tử% từ phần mở rộng pg_trgm?

  2. Làm cách nào để tạo bản sao lưu của một bảng trong cơ sở dữ liệu postgres?

  3. Chọn hàng ngẫu nhiên cho mỗi nhóm

  4. Truy vấn postgresql giữa các phạm vi ngày

  5. Làm cách nào để lấy (các) khóa chính của bảng từ Postgres qua plpgsql?