[PATCH] pg_dump: Add example and link for --encoding option
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:
docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t42468psql -h localhost -U postgresBuilt from patchset v3 (message #3), July 28, 2026 at 02:31 AM.
Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:
git clone --branch t42468_3 https://github.com/hackorum-dev/postgres.gitIn a checkout you already have, add the fork once:
git remote add hackorum https://github.com/hackorum-dev/postgres.gitthen, for this patchset and every later one:
git fetch hackorum t42468_3 && git checkout t42468_3Patchset v3 (message #3) is on t42468_3
To let users know what kind of character set
can be used add examples and a link to --encoding option.
Thanks,
Dong wook
Attachments:
0001-pg_dump-Add-example-and-link-for-encoding-option.patchapplication/octet-stream; name=0001-pg_dump-Add-example-and-link-for-encoding-option.patchDownload+2-1
I've modified my previous patch because it linked the wrong document so I
fixed it. and I add a highlight to the encoding list for readability.
What do you think about this change?
Thanks,
Dong Wook
2020년 6월 4일 (목) 오후 10:20, 이동욱 <sh95119@gmail.com>님이 작성:
Show quoted text
To let users know what kind of character set
can be used add examples and a link to --encoding option.Thanks,
Dong wook
Attachments:
v2-0001-pg_dump-Add-example-and-link-for-encoding-option.patchapplication/octet-stream; name=v2-0001-pg_dump-Add-example-and-link-for-encoding-option.patchDownload+2-1
2020년 6월 5일 (금) 오후 9:45, 이동욱 <sh95119@gmail.com>님이 작성:
Show quoted text
I've modified my previous patch because it linked the wrong document so I
fixed it. and I add a highlight to the encoding list for readability.What do you think about this change?
Thanks,
Dong Wook2020년 6월 4일 (목) 오후 10:20, 이동욱 <sh95119@gmail.com>님이 작성:
To let users know what kind of character set
can be used add examples and a link to --encoding option.Thanks,
Dong wook
On 2020-06-05 14:45, 이동욱 wrote:
I've modified my previous patch because it linked the wrong document so
I fixed it. and I add a highlight to the encoding list for readability.What do you think about this change?
The wording in your patch needed a bit of editing but adding a link to
the supported encodings seems sensible. I have committed it with a new
wording.
Thanks,
Dong Wook2020년 6월 4일 (목) 오후 10:20, 이동욱 <sh95119@gmail.com
<mailto:sh95119@gmail.com>>님이 작성:To let users know what kind of character set
can be used add examples and a link to --encoding option.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services