Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ALTER TABLE new_table ADD COLUMN id SERIAL PRIMARY KEY
  2.  
  3. CREATE INDEX new_table_index ON new_table USING GIST (geom)
  4.  
  5. ["psql", "-h", "srv01", "-d", "mdb", "-c", "VACUUM ANALYZE", new_table]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement