From e0852543e2ac8ec78f138dfecde5a1ac491272cb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Oct 1999 16:18:54 +0000 Subject: Add 0.98. --- src/bin/pgaccess/lib/help/postgresql.hlp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/bin/pgaccess/lib/help/postgresql.hlp (limited to 'src/bin/pgaccess/lib/help/postgresql.hlp') diff --git a/src/bin/pgaccess/lib/help/postgresql.hlp b/src/bin/pgaccess/lib/help/postgresql.hlp new file mode 100644 index 00000000000..fe3d8c4bd9c --- /dev/null +++ b/src/bin/pgaccess/lib/help/postgresql.hlp @@ -0,0 +1,13 @@ +.pgaw:Help.f.t insert end \ +"PostgreSQL" {title} \ +"\n\n" {} \ +"What is PostgreSQL?\n" {bold} \ +" PostgreSQL is a object-relational database management system, originally developed at the University of California at Berkeley. PostgreSQL is based on Postgres release 4.2. The Postgres project, led by Professor Michael Stonebraker, was sponsored by the Defense Advanced Research Projects Agency (DARPA), the Army Research Office (ARO), the National Science Foundation (NSF), and ESL, Inc.\n\n" {} \ +" History of PostgreSQL\n" {link history} \ +" Copyrights\n" {link copyrights} \ +" Y2K statement\n" {link y2k} \ +" PostgreSQL reserved key words\n" {link keywords} \ +" Data types" {link data_types} " , " {} "Functions\n" {link pgfunctions} \ +" Quick guide of PostgreSQL commands\n" {link sql_guide} \ +" Inheritance\n" {link inheritance} \ +" Multi-Version Concurency Control\n" {link mvcc} -- cgit v1.2.3