Skip to content

PostgreSQL

Version 5.1.0

Changed

  • CREATE SCHEMA no longer hedges with IF NOT EXISTS. This was a hack from a much earlier version that should have been removed long ago, but I forgot about it.
  • public is reported as a schema Postgres provides. It is a container rather than something a migration creates, and declaring it is an error.