How can i create a Postgresql script to create multiple indexes?
I've a list of 'CREATE INDEX' statements and don't want to execute the one by one. So it would be nice to have a script for this job.
Postgresql 9.1
How can i create a Postgresql script to create multiple indexes?
I've a list of 'CREATE INDEX' statements and don't want to execute the one by one. So it would be nice to have a script for this job.
Postgresql 9.1