Re: How to execute .sql file inside a postgres schema

2019-04-29 Thread Adrian Klaver
On 4/29/19 7:02 AM, Daulat Ram wrote: Hello team, I have a database name “kbdb” that is having a schema “kb” and I want to execute the test.sql file inside this schema, Please help how we can do that. You can do as Daniel suggested but be aware that it is equivalent to: https://www.postgre

Re: How to execute .sql file inside a postgres schema

2019-04-29 Thread Daniel Westermann (DWE)
>>I have a database name “kbdb” that is having a schema “kb” and I want to >>execute the test.sql file inside >>this schema, set schema 'your_schema'; Cheers, Daniel

How to execute .sql file inside a postgres schema

2019-04-29 Thread Daulat Ram
Hello team, I have a database name "kbdb" that is having a schema "kb" and I want to execute the test.sql file inside this schema, Please help how we can do that. Regards, Daulat