Define PostgreSQL Connection ============================ Category -------- Database Commands Description ----------- This command allows you to define a connection to PostgreSQL data source. Use this command to create a new connection to a database. Parameters ---------- **Instance Name** Enter the instance name **PostgreSQL Server Name** Please Enter PostgreSQL Server **PostgreSQL Username** Please Enter PostgreSQL Username **PostgreSQL Password** Please Enter PostgreSQL Password **PostgreSQL Database Name** Please Enter PostgreSQL Database Name **PostgreSQL Port** Please Enter PostgreSQL Connection Port **Use Encrypted Password** Select Yes if password in PostgreSQL Password box is encrypted Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Database Commands\\Define PostgreSQL Connection\\Define PostgreSQL Connection.xml` See Also -------- - :doc:`Close Database Connection ` - :doc:`Close MySQL Connection ` - :doc:`Close PostgreSQL Connection ` - :doc:`Define Database Connection ` - :doc:`Define MySQL Connection ` - :doc:`Define MySQL Paramters ` - :doc:`Execute Database Query ` - :doc:`Execute MySQL Bulk Store Procedure ` - :doc:`Execute MySQL NonQuery ` - :doc:`Execute MySQL Query ` - :doc:`Execute MySQL Store Procedure ` - :doc:`Execute PostgreSQL NonQuery ` - :doc:`Execute PostgreSQL Query ` - :doc:`Run Query `