From e1fefadc2e25834a76d3551db8c0ffc1a12ee106 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Tue, 5 Feb 2019 11:19:30 +0000 Subject: [PATCH] - added some comment about rights - added `;` to cd $ISE_EIFFEL/library/store/dbms/rdbms/odbc/Clib; finish_freezing -library Updated wikipage EiffelStore ODBC with PostgreSQL. (Signed-off-by:phgachoud). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2140 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstore/EiffelStore-ODBC-with-PostgreSQL.wiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/18.11/solutions/database-access/eiffelstore/EiffelStore-ODBC-with-PostgreSQL.wiki b/documentation/18.11/solutions/database-access/eiffelstore/EiffelStore-ODBC-with-PostgreSQL.wiki index 70190ce8..41c348fa 100644 --- a/documentation/18.11/solutions/database-access/eiffelstore/EiffelStore-ODBC-with-PostgreSQL.wiki +++ b/documentation/18.11/solutions/database-access/eiffelstore/EiffelStore-ODBC-with-PostgreSQL.wiki @@ -1,4 +1,4 @@ -[[Property:modification_date|Wed, 19 Dec 2018 12:19:52 GMT]] +[[Property:modification_date|Tue, 05 Feb 2019 11:19:29 GMT]] [[Property:publication_date|Mon, 24 Sep 2018 12:04:18 GMT]] [[Property:uuid|6F78A05A-2054-4150-84FC-1D8663CA76E6]] [[Property:weight|5]] @@ -143,9 +143,9 @@ encoding name too long * '''Compile C code of the Eiffel library store:''' -cd $ISE_EIFFEL/library/store/dbms/rdbms/odbc/Clib finish_freezing -library +cd $ISE_EIFFEL/library/store/dbms/rdbms/odbc/Clib; finish_freezing -library -{{note|On debian at least before finish_freezing log in as superuser doing a '''sudo -i''' }} +{{note|On debian at least before finish_freezing log in as superuser doing a '''sudo -i''' depending on the right and user setted for $ISE_EIFFEL/Eiffel_18.07 directory }} * '''Open EiffelStudio eSQL example and run it''' The example is located on `$ISE_EIFFEL/examples/store/esql/`