Geeks!, I want to execute the SQL queries below by a script in powershell ISE. This is a sql function already written
select UserAndRoleInsert('test@email.com','VesselName','Master','Vessel Master'); select ClientInsert();
How can I connect with postgres sever using powershell code ? server is 'test123' Database is 'IdentityAdmin_Shore' In localhost
