openmeteo=# DROP TABLE enhydris_timeseriesrecord;
ERROR: out of shared memory
HINT: You might need to increase max_locks_per_transaction.
The table has about 60 million rows, mostly with ten- or fifteen-minute data. I created it with all the defaults (SELECT create_hypertable('enhydris_timeseriesrecord', 'timestamp')).
Regardless whether it should have been created with other parameters, is there any way to drop it without reconfiguring PostgreSQL?