Re: psql and \p\g
От | Peter Eisentraut |
---|---|
Тема | Re: psql and \p\g |
Дата | |
Msg-id | Pine.LNX.4.20.9911112233310.442-100000@peter-e.yi.org обсуждение исходный текст |
Ответ на | psql and \p\g (Bruce Momjian <maillist@candle.pha.pa.us>) |
Ответы |
Re: psql and \p\g
|
Список | pgsql-hackers |
On 1999-11-11, Bruce Momjian mentioned: > I have found that typing: > > test=> select * from pg_class\p\g > > no longer works. I honors the \p, but ignores the \g. > > Any ideas Peter? select * from foo \p \g This was done to normalize the grammar a little bit (haha, very funny). In particular it allows this sort of stuff: => select * from foo \p \o out.txt \g \\ select * from foo 2 \x \g etc. Is it *really* necessary to be able to omit the space? -- Peter Eisentraut Sernanders vaeg 10:115 peter_e@gmx.net 75262 Uppsala http://yi.org/peter-e/ Sweden
В списке pgsql-hackers по дате отправления: