Lines Matching full:database
1 # export-to-postgresql.py: export perf data to a postgresql database
60 # 2015-05-29 12:49:23.464364 Creating database...
62 # 2015-05-29 12:49:27.190383 Copying to database...
68 # To browse the database, psql can be used e.g.
76 # An example of using the database is provided by the script
143 # More examples of browsing the database with psql:
196 # print >> sys.stderr, "Usage is: printcallstack.py <database name> <call_path_id…
203 # raise Exception("Failed to open database " + dbname + " error: " + db.lastError…
280 …printerr("Usage is: export-to-postgresql.py <database name> [<columns>] [<calls>] [<callchains>] […
320 printdate("Creating database...")
327 do_query(query, 'CREATE DATABASE ' + dbname)
828 printdate("Copying to database...")