How to access the extension's operator installed with schema ?
В списке pgsql-general по дате отправления:
| От | xoip |
|---|---|
| Тема | How to access the extension's operator installed with schema ? |
| Дата | |
| Msg-id | 1347629653044-5724032.post@n5.nabble.com обсуждение исходный текст |
| Ответы |
Re: How to access the extension's operator installed with schema ?
|
| Список | pgsql-general |
Hello,
I'm having a problem accessing an extension's operator installed with a
schema.
PostgreSQL version: 9.1
CREATE SCHEMA inty AUTHORIZATION psql_user;
CREATE EXTENSION intarray SCHEMA inty;
SELECT inty.uniq(ARRAY[1,2,3]); --> OK, result: {1,2,3}
How can I access the operator with inty schema?
SELECT ARRAY[1,2,3] + 10; --> returns "ERROR: operator does not exist:
integer[] + integer" because the default operator (+) has other definition
SELECT ARRAY[1,2,3] fast.+ 10; --> NOT OK
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/How-to-access-the-extension-s-operator-installed-with-schema-tp5724032.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера