AlperA
Windmill3y ago
Alper

i got a postgres script with two commands: CREATE TABLE and CREATE INDEX it returns an error: ``` E

i got a postgres script with two commands: CREATE TABLE and CREATE INDEX

it returns an error:
ExecutionErr: error during execution of the script:
db error: ERROR: cannot insert multiple commands into a prepared statement


is there a way to have multiple commands in the same file? otherwise i might end up with many sql files for every single index
Was this page helpful?