*sigh*

Поиск
Список
Период
Сортировка
От Thomas Zehetbauer
Тема *sigh*
Дата
Msg-id 1066439700.9410.264.camel@tom.geizhals.at
обсуждение исходный текст
Ответы Re: *sigh*  (Peter Eisentraut <peter_e@gmx.net>)
Re: *sigh*  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
psql cannot \i a file which name contains a blank character. Why doesn't
it take the rest of the command line as the name of the file?!? Why
doesn't it use any of the standard command line parsing libraries which
respect "quoting" and \e\s\c\a\p\i\n\g?!? psql \i even does autocomplete
to the file name it fails to load...

Also will the BUG which causes postgresql to execute a sequential scan
when using min()/max()/count() ever be fixed? min()/max() can be
rewritten as SELECT $column ORDER BY $column ASC/DESC LIMIT 1 but this
should be done by the database, NOT by the user!

Tom




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

Предыдущее
От: "Bob Badour"
Дата:
Сообщение: Re: Dreaming About Redesigning SQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error with views containing sub-queries with distinct