postgresql-check-db-dir
object-relational SQL database (supported version)
Install
- All systems
-
curl cmd.cat/postgresql-check-db-dir.sh
- Debian
-
apt-get install postgresql
- Ubuntu
-
apt-get install postgresql
- Alpine
-
apk add postgresql
- Arch Linux
-
pacman -S postgresql
- Kali Linux
-
apt-get install postgresql
- CentOS
-
yum install postgresql-server
- Fedora
-
dnf install postgresql
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install postgresql
- OS X
-
brew install postgresql
- Raspbian
-
apt-get install postgresql
- Dockerfile
- dockerfile.run/postgresql-check-db-dir
- Docker
-
docker run cmd.cat/postgresql-check-db-dir postgresql-check-db-dir
powered by Commando
postgresql
object-relational SQL database (supported version)
This metapackage always depends on the currently supported PostgreSQL database server version. PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well.