Any time when one has to test a new feature it is good to have a way to add a lot of data to the database quickly. Using the Postgres function generate_series is a great way of adding a lot of data like that: INSERT INTO table_name (col_1, col_2) SELECT...