From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/tutorial.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/src/sgml/html/tutorial.html (limited to 'doc/src/sgml/html/tutorial.html') diff --git a/doc/src/sgml/html/tutorial.html b/doc/src/sgml/html/tutorial.html new file mode 100644 index 0000000..988bd19 --- /dev/null +++ b/doc/src/sgml/html/tutorial.html @@ -0,0 +1,20 @@ + +Part I. Tutorial

Part I. Tutorial

+ Welcome to the PostgreSQL Tutorial. The + following few chapters are intended to give a simple introduction + to PostgreSQL, relational database + concepts, and the SQL language to those who are new to any one of + these aspects. We only assume some general knowledge about how to + use computers. No particular Unix or programming experience is + required. This part is mainly intended to give you some hands-on + experience with important aspects of the + PostgreSQL system. It makes no attempt + to be a complete or thorough treatment of the topics it covers. +

+ After you have worked through this tutorial you might want to move + on to reading Part II to gain a more formal knowledge + of the SQL language, or Part IV for + information about developing applications for + PostgreSQL. Those who set up and + manage their own server should also read Part III. +

\ No newline at end of file -- cgit v1.2.3