Add-PostgreSQL Cmdlet
Inserts PostgreSQL data.
Syntax
Add-PostgreSQL [parameters]
Remarks
The Add-PostgreSQL cmdlet allows you to use a syntax similar to SQL INSERT statements to create new PostgreSQL records.
Add-PostgreSQL -Connection $connection -Table "`"postgres`".`"schema01`".Orders" -Columns @("ShipCity") -Values @("Raleigh")