Project

General

Profile

« Previous | Next » 

Revision 11834

schemas/util.sql: added explain table

View differences:

util.sql
2344 2344
SET default_with_oids = false;
2345 2345

  
2346 2346
--
2347
-- Name: explain; Type: TABLE; Schema: util; Owner: -; Tablespace: 
2348
--
2349

  
2350
CREATE TABLE explain (
2351
    line text NOT NULL
2352
);
2353

  
2354

  
2355
--
2347 2356
-- Name: map; Type: TABLE; Schema: util; Owner: -; Tablespace: 
2348 2357
--
2349 2358

  
......
2356 2365

  
2357 2366

  
2358 2367
--
2368
-- Data for Name: explain; Type: TABLE DATA; Schema: util; Owner: -
2369
--
2370

  
2371

  
2372

  
2373
--
2359 2374
-- Data for Name: map; Type: TABLE DATA; Schema: util; Owner: -
2360 2375
--
2361 2376

  

Also available in: Unified diff