From 6ce19c537bd9de8d3c9821841bc5ed680b762742 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 00:25:45 +0300 Subject: Adapt to inventing package_name type --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 7588197..4904dc7 100644 --- a/INSTALL +++ b/INSTALL @@ -179,6 +179,21 @@ Restart PostgreSQL: $ sudo systemctl restart postgresql +Enable creating database tables with columns of the case-insensitive character +string type: + +$ sudo sudo -u postgres psql -d brep_package + +CREATE EXTENSION citext; + +Exit psql (^D) + +$ sudo sudo -u postgres psql -d brep_build + +CREATE EXTENSION citext; + +Exit psql (^D) + 5. Create Database Schemes and Load Repositories -- cgit v1.1