Back to Flyway

PostgreSQL Ignore Newlines In Text Objects Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare PostgreSQL Namespace/PostgreSQL Ignore Options Namespace/PostgreSQL Ignore Newlines In Text Objects Setting.md

latest512 B
Original Source

Description

Ignore newlines within text objects when comparing databases.

Type

String

Valid values

  • "all"
  • "off"

Default

"off"

Usage

Flyway Desktop

This can't currently be set from Flyway Desktop, although it will be honoured.

Command-line

powershell
./flyway diff -redgateCompare.postgresql.options.ignores.ignoreNewlinesInTextObjects=all

TOML Configuration File

toml
[redgateCompare.postgresql.options.ignores]
ignoreNewlinesInTextObjects = "all"