pytable.pypgsql.create_test_db
index
p:\table\pytable\pypgsql\create_test_db.py

 
Modules
       
pytable.dbspecifier
traceback

 
Data
        queries = ['DROP INDEX temp_first_second;', 'DROP TABLE temp2;', 'DROP TABLE temp;', 'CREATE TABLE temp (\n\t\tid int4 NOT NULL PRIMARY K...e float8 NOT NULL DEFAULT 0.999,\n\t\tefg int8\n\t);\n\t', 'CREATE TABLE temp2 (\n\t\tid int4 NOT NULL PRIMARY ...NCES temp (id),\n\t\tname varchar(32) NOT NULL\n\t);\n\t', 'CREATE UNIQUE INDEX temp_first_second ON temp (abc, bcd);', "INSERT into temp values (1,'blah',23,.34, 55);", "INSERT into temp values (2,'hi there',25,4.34, 54);", "INSERT into temp2 values (1,1, 'blah');", "INSERT into temp2 values (2,2, 'blunder');"]
spec = <pytable.dbspecifier.DBSpecifier object at 0x01973790>