I encountered this possible bug(?) while I was attempting to install 6.5 on a BSDI BSD/OS 3.1 system. The error appears when you attempt to run createdb or createlang (or any script that employs psql from the command line.) When trying to install plpgsql with createlang I get: ERROR: parser: parse error at or near "" Subsequent testing reveals that $ psql -tq -c "select 1" generates: Connection to database '1' failed. FATAL 1: Database 1 does not exist in pg_database Specifying the database: $ psql -tq -c "select 1" template1 gets: ERROR: parser: parse error at or near "" I've tried this using bash, csh and sh, all with the same results. Am I doing something wrong, is this a BSD problem, or is there a bug in psql? Thanks, Bryan Ingram
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера