Difference between revisions of "Brew install postgres"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
* <code>[[brew install]] postgres</code> | * <code>[[brew install]] postgres</code> | ||
+ | * <code>[[brew install postgresql@14]]</code> | ||
* <code>[[brew install postgresql@15]]</code> | * <code>[[brew install postgresql@15]]</code> | ||
+ | * <code>[[brew install postgresql@16]]</code> | ||
+ | |||
+ | * <code>[[brew uninstall postgres@14]] [[postgres@15]]</code> | ||
Line 12: | Line 16: | ||
== See also == | == See also == | ||
* {{psql}} | * {{psql}} | ||
− | * {{ | + | * {{brew install postgres}} |
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Latest revision as of 10:16, 23 September 2024
brew install postgres
brew install postgresql@14
brew install postgresql@15
brew install postgresql@16
Related[edit]
psql
brew uninstall postgres
brew formulae | grep postgresql@
See also[edit]
- 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 brew install postgresql
, PostgreSQL versions,psql
,brew install libpq
, Database operations
Advertising: