For PostgreSQL users - where are your DBs hosted?

PostgreSQL Ignore Newlines In Text Objects Setting

Description

Ignore newlines within text objects when comparing databases.

Type

String

Valid values

  • "all"
  • "off"

Default

"off"

Usage

This setting can't be configured other than in a TOML configuration file.

Flyway Desktop

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

TOML Configuration File

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

Didn't find what you were looking for?