From cc7ffcaf26ba372aa4c6ecb5f7109331d41d9b20 Mon Sep 17 00:00:00 2001 From: Mathias Rangel Wulff Date: Wed, 2 Dec 2015 09:44:56 +0100 Subject: [PATCH] Update and rename README to README.md --- README | 27 --------------------------- README.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 302028e9928ee..0000000000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -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/. diff --git a/README.md b/README.md new file mode 100644 index 0000000000000..a64d3d5d436da --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +PostgreSQL in the browser? +===================================== + +This directory contains the source code distribution of the PostgreSQL database management system. + +I love poking around in code - so to give my self a reason I will try to compile the source to asm.js (PGSQL in a browser). + +Its not really a smart idea - but it could be fun to make it work... + + + + + +