diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index c0889743c4..d58be9c969 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -28,11 +28,11 @@ PostgreSQL source distribution in the directory src/tutorial/. (Binary distributions of PostgreSQL might not - compile these files.) To use those + provide those files.) To use those files, first change to that directory and run make: -$ cd ..../src/tutorial +$ cd .../src/tutorial $ make @@ -40,12 +40,10 @@ functions and types. Then, to start the tutorial, do the following: -$ cd ..../tutorial $ psql -s mydb ... - mydb=> \i basics.sql