Skip to content

Releases: comagic/pg_export

Fix not null attribute

Choose a tag to compare

@andruche andruche released this 20 May 12:15
  • fix not null attribute for column with serial_sequence and without default value

Add argument --skip-sequence-increment

Choose a tag to compare

@andruche andruche released this 14 May 16:52
3.13.0

add argument --skip-sequence-increment

Add argument "-d dbname"

Choose a tag to compare

@andruche andruche released this 09 Feb 09:06
  • Add argument "-d dbname" (like psql)

PostgreSQL 17 support

Choose a tag to compare

@andruche andruche released this 06 Nov 09:35
  • Support for PostgreSQL 17 (#34)
  • Reorder columns by parent table

Add support event triggers

Choose a tag to compare

@andruche andruche released this 17 Oct 16:07
3.10.0

add support event triggers

Tablespace

Choose a tag to compare

@andruche andruche released this 27 Mar 15:16
  • add tablespace for tables and indexes

Human readable message on exception in synchronized directory query

Choose a tag to compare

@andruche andruche released this 12 Feb 12:40
  • Fix Issue #28

Fix range partiton by date column for greenplum

Choose a tag to compare

@andruche andruche released this 11 Feb 17:41
  • fix range partiton by date column for greenplum
  • fix reset timezone when connection returns to pool

remove debug info

Choose a tag to compare

@andruche andruche released this 10 Feb 17:43
v3.8.1

fix: remove debug info

add -n / -N to filter schemas

Choose a tag to compare

@andruche andruche released this 08 Feb 15:43
  • Add -n (--schema), -N (--exclude-schema) parameners to filter exporting schamas
  • Got rid of code duplication
  • Fix bug with trigger condition in greenplum