Difference between revisions of "$HOME/.pg service.conf"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 25: | Line 25: | ||
== See also == | == See also == | ||
+ | * {{SQL}} | ||
* {{psql}} | * {{psql}} | ||
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Revision as of 09:01, 9 September 2021
touch .pg_service.conf # My comment for mydb [MyDB] host=somehost port=5432 user=admin
psql service=MyDB https://stackoverflow.com/a/39097994
[MySecondDB] host=localhost port=5432 dbname=test user=admin password=your_password
Related terms
See also
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
- PostgreSQL:
psql
,.psqlrc, .pgpass
,$HOME/.pg service.conf
,-U, -W, -d
, meta-commands:\du, \dg, \ddp, \dp, \list, \dn, \dt, \c, \l, \di, \q
,show users
,show
,su - postgres
,psql -c, \?, \connect, \conninfo
,--version, --help
, PL/pgSQL
Advertising: