Changes between Version 3 and Version 4 of database state


Ignore:
Timestamp:
May 22, 2018 11:36:45 AM (7 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • database state

    v3 v4  
    22 
    33= DATABASE STATE = 
     4 
     5{{{#!sql 
     6SELECT 
     7 * 
     8FROM 
     9 pg_catalog.pg_tables 
     10WHERE 
     11 schemaname != 'pg_catalog' 
     12AND schemaname != 'information_schema'; 
     13}}} 
    414 
    515The following table will review what is where in the database