Skip to content

Commit

Permalink
Expose the Charset that is used when dumping files
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Oct 10, 2024
1 parent e19bfd0 commit 5fe335a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ public final class PostgresDump {

private static final Logger log = LoggerFactory.getLogger(PostgresDump.class);

public static final Charset ENCODING = StandardCharsets.UTF_8;

private static final String CONTAINER_DUMP_FILE = "/tmp/pg_dump.data";
private static final Charset ENCODING = StandardCharsets.UTF_8;

private PostgresDump() {
}
Expand Down

0 comments on commit 5fe335a

Please sign in to comment.