-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Hi,
I'm attempting to run this on a read-only replica of a database and I noticed that this is failing because of the following line.
Line 488 in 27c2916
| $dbh->do(qq{ CREATE SCHEMA $opt{sample_schema} }); |
I noticed here that the pg_sample triggers CREATE SCHEMA. Would you be able to give an explanation as to why I would need write / creating access to complete this task.
Are there any alternatives that would allow me to run this in a read-only db?
Metadata
Metadata
Assignees
Labels
No labels