PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Jaki jest format ciągu połączenia / adresu URL PostgreSQL?

Jeśli używasz wiązania Libpq dla odpowiedniego języka, zgodnie z jego dokumentacją URI ma postać:

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

Oto przykłady z tego samego dokumentu

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. Jak make_time() działa w PostgreSQL

  2. PSQLException:bieżąca transakcja jest przerwana, polecenia ignorowane do końca bloku transakcji

  3. Jak ZMIENIĆ tabelę PostgreSQL i uczynić kolumnę unikalną?

  4. Jak stworzyć indeks dla elementów tablicy w PostgreSQL?

  5. Jak obliczyć średnią kroczącą w PostgreSQL