Re: Use of '&' as table prefix in query

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Use of '&' as table prefix in query
Дата
Msg-id e67f712a-a145-38b7-f660-f7d11b78bbf7@aklaver.com
обсуждение исходный текст
Ответ на Re: Use of '&' as table prefix in query  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Use of '&' as table prefix in query  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general
On 7/12/21 10:45 AM, Rich Shepard wrote:
> On Mon, 12 Jul 2021, Tom Lane wrote:
> 
>> AFAICS this is invoking a prefix operator named "&". There is no such
>> operator built into Postgres. Maybe psql's "\do+ &" would jog your memory
>> about where yours came from.
> 
> tom,
> 
> I thought it wasn't part of postgres. I've no idea why it's there, but I'll
> remove it and see what happens.

You should also follow Tom's suggestion and do:

\do+ &

in psql.

> 
> Thanks!
> 
> Rich
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Use of '&' as table prefix in query
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Use of '&' as table prefix in query