Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new PostgreSQL database based on the create strategy and the -Settings provided.

Syntax

Code Block
languagePowershell
themeConfluence
firstline0001
linenumbersfalse
collapsefalse
Get-PostgreSQLDatabaseCreateStrategy [-Settings] <hashtable> [-Database] <string> [-csb] <DbConnectionStringBuilder> [[-CreateByRestoringBackup] <string>] [<CommonParameters>]

...