From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | mattsmathclassofficial(at)gmail(dot)com |
Subject: | 2.4 Tutorial COPY weather.txt -- From where? |
Date: | 2025-07-04 20:51:17 |
Message-ID: | 175166227769.3157504.1136715805440673517@wrigleys.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/tutorial-populate.html
Description:
I'm trying to read the docs/tutorial from start to finish, and I made it to
the end of "2.4. Populating a Table With Rows" before getting confused. and
see `COPY weather FROM '/home/user/weather.txt';` referenced as an
alternative example to running all the individual inserts. This confused me
because I spent time looking for a link to download this, and eventually
skimming through /src/tutorial/* on github, and couldn't find it anywhere.
Now I'm thinking it doesn't exist anywhere, but it would be nice if (A) it
was specified explicitly that this example file doesn't exist anywhere for
download, or (B) provide a link to the github or similar where a plain text
file can be downloaded for loading tutorial datasets.
Thank you, and happy 4th of July
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2025-07-05 17:17:50 | Re: Missing File weather.txt |
Previous Message | Fujii Masao | 2025-07-03 14:13:05 | Re: Mention idle_replication_slot_timeout in pg_replication_slots docs |