10 lines
No EOL
257 B
SQL
10 lines
No EOL
257 B
SQL
|
|
-- the input file is made accessible for the postgres process
|
|
-- via a symbolic link to to the storage-common package
|
|
|
|
copy cities
|
|
from '/var/lib/postgresql/data/storage-common/examples/cities/data/cities.csv'
|
|
with (
|
|
format csv,
|
|
header true
|
|
) |