-- Populate pmm database with minimal data -- Assumes roles, database and schema have -- been created and all tables are empty -- lpsql pmm -U pmm.dataman -d pmm -f thisfile COPY nodetype (type_id, name, description) FROM stdin; 2 server printer type 5 vm virtual machine 6 unknown \N 1 desktop The default unknown type. 3 net \N 4 other \N \. SELECT setval('nodetype_seq',6);