input name
input phone
input email
<После кнопки добавить, добавляются еще раз такие поля>
input name
input phone
input email
<После кнопки добавить, добавляются еще раз такие поля>
input name
input phone
input email
COPY mp_geo_networks(
network, geoname_id, registered_country_geoname_id, represented_country_geoname_id,
is_anonymous_proxy, is_satellite_provider, postal_code, latitude, longitude, accuracy_radius
) from 'Users/mamba/Downloads/GeoIP2-City-Europe-CSV_20210903/GeoIP2-City-Europe-Blocks-IPv4.csv' with (format csv, header)
public> COPY mp_geo_networks(
network, geoname_id, registered_country_geoname_id, represented_country_geoname_id,
is_anonymous_proxy, is_satellite_provider, postal_code, latitude, longitude, accuracy_radius
) from 'Users/mamba/Downloads/GeoIP2-City-Europe-CSV_20210903/GeoIP2-City-Europe-Blocks-IPv4.csv' with (format csv, header)
[2021-09-03 12:43:20] [58P01] ERROR: could not open file "Users/mamba/Downloads/GeoIP2-City-Europe-CSV_20210903/GeoIP2-City-Europe-Blocks-IPv4.csv" for reading: No such file or directory
[2021-09-03 12:43:20] Подсказка: COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as psql's \copy.