Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
I'm trying to run this piece of code from Powershell and it just sits there and never comes back. There are only 131 records in the csv.$connectionString = "Host=$pgServer;Database=$pgDatabase;Username=$pgUser;Password=$pgPassword"$copyCommand = "\COPY $pgTable FROM '$csvPath' DELIMITER ',' CSV HEADER;"psql -h $pgServer -d $pgDatabase -U $pgUser -c $copyCommand how can I debug this?
В списке pgsql-general по дате отправления: