mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
84d8066319
Presently, one of the lines in README.md has trailing whitespace,
which was added by commit 363eb05996
to maintain a line break that
was in the non-Markdown version. Instead of changing
.gitattributes, let's match this paragraph's style with the style
of the following paragraph, thereby removing the trailing
whitespace.
Reported-by: Peter Eisentraut
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/c0a4e906-c6fe-4519-bd15-28dfcd03fdb2%40eisentraut.org
22 lines
989 B
Markdown
22 lines
989 B
Markdown
PostgreSQL Database Management System
|
|
=====================================
|
|
|
|
This directory contains the source code distribution of the PostgreSQL
|
|
database management system.
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
that supports an extended subset of the SQL standard, including
|
|
transactions, foreign keys, subqueries, triggers, user-defined types
|
|
and functions. This distribution also contains C language bindings.
|
|
|
|
Copyright and license information can be found in the file COPYRIGHT.
|
|
|
|
General documentation about this version of PostgreSQL can be found at
|
|
<https://www.postgresql.org/docs/devel/>. In particular, information
|
|
about building PostgreSQL from the source code can be found at
|
|
<https://www.postgresql.org/docs/devel/installation.html>.
|
|
|
|
The latest version of this software, and related software, may be
|
|
obtained at <https://www.postgresql.org/download/>. For more information
|
|
look at our web site located at <https://www.postgresql.org/>.
|