Re: [HACKERS] psql and comments

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] psql and comments
Дата
Msg-id 3801FAF6.6CC3E6E0@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] psql and comments  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: [HACKERS] psql and comments
Список pgsql-hackers
> Luckily, the regression tests don't make extensive use of the backslash
> commands, the issue being that their output might change. I only found
> three backslash commands in the whole regression tests. One occurence does
> something like this:
>   some query;
>   *** comment
>   *** comment
>   \p
>   \r
>   more queries;
> which should probably be changed anyway to something like
> -- comment
> -- comment

Actually, this is probably testing that the buffer reset actually
clears the lines, which wouldn't be as obvious if there were only
legal SQL preceeding it. Maybe leave it as-is??
                - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Scan by TID (was RE: [HACKERS] How to add a new build-in operator)
Следующее
От: Martin Weinberg
Дата:
Сообщение: Re: [HACKERS] memory problems in copying large table to STDOUT