pg_verify_checksums
object-relational SQL database, version 11 server
Install
- All systems
-
curl cmd.cat/pg_verify_checksums.sh
- Debian
-
apt-get install postgresql-11
- Ubuntu
-
apt-get install postgresql-11
- Alpine
-
apk add postgresql
- Arch Linux
-
pacman -S postgresql
- Kali Linux
-
apt-get install postgresql-11
- CentOS
-
yum install postgresql
- Fedora
-
dnf install postgresql-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install postgresql-11
- OS X
-
brew install postgresql
- Raspbian
-
apt-get install postgresql
- Dockerfile
- dockerfile.run/pg_verify_checksums
- Docker
-
docker run cmd.cat/pg_verify_checksums pg_verify_checksums
powered by Commando
postgresql-11
object-relational SQL database, version 11 server
PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. This package provides the database server for PostgreSQL 11.
postgresql-server
a PostgreSQL server
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.