]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/var/00-base-00.postgresql.sql
Fix trailing whitespaces.
[stg.git] / projects / stargazer / inst / var / 00-base-00.postgresql.sql
index 2bc071c869eec3cc8bcf49c3e98e0be349b95bf0..6d4b5c4738073ee67bdb91b127fcbeac7ca8e512 100644 (file)
@@ -33,9 +33,6 @@
  *      * dm_session_event_type. Указывает тип записи в логе о сессии.
  *        'c' - connect, 'd' - disconnect.
  *
- *      * При занесении IP адресса в БД выполнять приведение к
- *        знаковуму целому!!!
- *
  *****************************************************************************
  */
 
@@ -595,7 +592,7 @@ BEGIN
         RAISE EXCEPTION 'User % not found', _login;
         RETURN -1;
     END IF;
-    
+
     INSERT INTO tb_sessions_log
         (fk_user,
          event_time,