Cmdlets for PostgreSQL

Build 24.0.9060

Add-PostgreSQL Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060