Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml,v diff -u -r1.60.2.9 -r1.60.2.10 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 2 Sep 2021 16:56:01 -0000 1.60.2.9 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 5 Oct 2021 07:01:20 -0000 1.60.2.10 @@ -864,7 +864,7 @@ package with your package. First step is to create the notification types. To do this a script similar - to the one below needs to be loaded into Postgresql. I create this script in a + to the one below needs to be loaded into PostgreSQL. I create this script in a package-name/sql/postgresql/package-name-notifications-init.sql file. I then load this file from my create SQL file. The following code snippet is taken from Weblogger. It creates a lars_blogger_notif notification type (which was created @@ -1189,7 +1189,7 @@ url="http://openacs.org/forums/message-view?message_id=112943">OpenACS implementation has a few differences in the implementation, to make it work for many languages and the - LIKE construct in Postgres. + LIKE construct in PostgreSQL. @@ -1579,7 +1579,7 @@ Connect to a second database It is possible to use the OpenACS Tcl database API with other databases. In this example, the OpenACS site uses a - PostGre database, and accesses another PostGre database called + PostgreSQL database, and accesses another PostgreSQL database called legacy.