mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	This is more secure, and saves a redirect since we no longer accept plain HTTP connections on the website. References in code comments should probably be updated too, but that doesn't seem to need back-patching, whereas this does. Also, in the 9.2 branch, remove suggestion that you can get the source code via FTP, since that service will be shut down soon. Daniel Gustafsson, with a few additional changes by me Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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:
 | 
						|
 | 
						|
	https://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
 | 
						|
https://www.postgresql.org/download/.  For more information look at our
 | 
						|
web site located at https://www.postgresql.org/.
 |