How can i run multiple sql files from one main sql files in postgres.
For example in oracle Inside Main.sql i can specify n number of @Child.sql , and then i can run Main.sql to run all child.sql 's .
How can i do this in the postgres.
Thanks! Pratik