Bug in pg_dump

Поиск
Список
Период
Сортировка
От Alejandro Meseguer
Тема Bug in pg_dump
Дата
Msg-id CAM00iu_BG0tFhn+1n4g+eAFpJ-JYBBDLCVdU8-kviyzU6vW79w@mail.gmail.com
обсуждение исходный текст
Список pgsql-bugs
Hello, I have created a SH file, named "copia.sh", with this code:

#!/bin/bash
RUTASALIDA="copiaSeguridadLuminarias.backup"
RENOMBRE="luminarias-$(date +%F).backup"
pg_dump --host=localhost --port=5432 --username=postgres --no-password --table=srv_industriales.luminarias postgis --format custom --blobs -v --file=$RUTASALIDA




When I run this file in a virtual machine whit unix using the command "sh copia.sh", it is created the file with name "copiaSeguridadLuminarias.backup?".

Would you tell me why add the interrogation character in the name file?

Thank for your help.

Best regards, Álex Meseguer.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: cilizili
Дата:
Сообщение: Re: BUG #16157: handling of pg_malloc(0)
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16158: Check constraints using SQL functions work incorrectly