About COPY

Started by PG Bug reporting formover 2 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/tutorial-populate.html
Description:

COPY weather FROM '/home/user/weather.txt'; is not working it requires
additional commands for me.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: About COPY

On Friday, January 19, 2024, PG Doc comments form <noreply@postgresql.org>
wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/tutorial-populate.html
Description:

COPY weather FROM '/home/user/weather.txt'; is not working it requires
additional commands for me.

And your point is? The table has to have already been created and the file
path needs to be modified to your personal circumstance. What is it
exactly that you want to have changed?

David J.