[PATCH] pg_dump: Add example and link for --encoding option

Started by Dong Wook Leeover 6 years ago4 messageshackersdocs
Beta feature

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.

won't retrysuccessCI history

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:t42468
psql -h localhost -U postgres

Built 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.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t42468_3 && git checkout t42468_3

Patchset v3 (message #3) is on t42468_3

Jump to latest
#1Dong Wook Lee
sh95119@gmail.com
hackersdocs

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
#2Dong Wook Lee
sh95119@gmail.com
In reply to: Dong Wook Lee (#1)
hackersdocs
Re: [PATCH] pg_dump: Add example and link for --encoding option

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
#3Dong Wook Lee
sh95119@gmail.com
In reply to: Dong Wook Lee (#2)
hackersdocs
Fwd: [PATCH] pg_dump: Add example and link for --encoding option

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 Wook

2020년 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

Attachments:

t42468_3
v2-0001-pg_dump-Add-example-and-link-for-encoding-option.patchapplication/x-patch; name=v2-0001-pg_dump-Add-example-and-link-for-encoding-option.patchDownload+2-1
#4Peter Eisentraut
peter_e@gmx.net
In reply to: Dong Wook Lee (#2)
hackersdocs
Re: [PATCH] pg_dump: Add example and link for --encoding option

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 Wook

2020년 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