DataConnection Type
The PostgreSQLConnection object.
Remarks
The PostgreSQLConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-PostgreSQL -User 'postgres' -Password 'admin' -Server '127.0.0.1' -Port '5432' -Database 'postgres' $conn | GM