Go to file
Tom Lane 0b92a77c17 Improve user-facing JSON documentation.
I started out with the intention of just fixing the info about the jsonb
operator classes, but soon found myself copy-editing most of the JSON
material.  Hopefully it's more readable now.
2014-05-09 16:33:25 -04:00
config pgindent run for 9.4 2014-05-06 12:12:18 -04:00
contrib Avoid some pnstrdup()s when constructing jsonb 2014-05-09 12:46:21 +03:00
doc Improve user-facing JSON documentation. 2014-05-09 16:33:25 -04:00
src Get rid of bogus dependency on typcategory in to_json() and friends. 2014-05-09 12:55:31 -04:00
.dir-locals.el
.gitattributes
.gitignore
aclocal.m4
configure Run autoconf in wake of commit a692ee5870. 2014-05-05 20:24:38 -04:00
configure.in
COPYRIGHT
GNUmakefile.in
HISTORY
Makefile
README
README.git

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.

PostgreSQL has many language interfaces, many of which are listed here:

	http://www.postgresql.org/download

See the file INSTALL for instructions on how to build and install
PostgreSQL.  That file also lists supported operating systems and
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL
system.  Copyright and license information can be found in the
file COPYRIGHT.  A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.

The latest version of this software may be obtained at
http://www.postgresql.org/download/.  For more information look at our
web site located at http://www.postgresql.org/.