| От | Thomas Kellerer |
|---|---|
| Тема | Re: postgreSQL : duplicate DB names |
| Дата | |
| Msg-id | llur7r$d32$1@ger.gmane.org обсуждение исходный текст |
| Ответ на | postgreSQL : duplicate DB names (Khangelani Gama <kgama@argility.com>) |
| Ответы |
Re: postgreSQL : duplicate DB names
|
| Список | pgsql-general |
Khangelani Gama, 26.05.2014 09:20: > Hi > > Something wrong happened in our server, for some strange and unknown reason (s) the server created another DB, > there is two same DB names in one server. > > Name | Owner | Encoding > ---------+----------+---------- > a9004 | postgres | UNICODE > a9004 | postgres | UNICODE > Maybe there are some trailing spaces at one of the names. What do you see when you run this: select '"'||datname||'"' as name from pg_database By adding the quotes, you can see if there are any trailing (or leading) in the name. Regards Thomas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера