ingeborg.hellemo@uit.no said:
sql/changes/sc.05.00.0010.sql: operator is not unique: unknown || integer LINE 29: 'SNMP v' || snmp_version || ' read profile #' || row AS na...
Did a check on my operators:
nynav=> \do || List of operators Schema | Name | Left arg type | Right arg type | Result type | Description ------------+------+---------------+----------------+-------------+------------ ------------------------- manage | || | hstore | hstore | hstore | pg_catalog | || | anyarray | anyarray | anyarray | concatenate pg_catalog | || | anyarray | anyelement | anyarray | append element onto end of array pg_catalog | || | anyelement | anyarray | anyarray | prepend element onto front of array pg_catalog | || | anynonarray | text | text | concatenate pg_catalog | || | bit varying | bit varying | bit varying | concatenate pg_catalog | || | bytea | bytea | bytea | concatenate pg_catalog | || | jsonb | jsonb | jsonb | concatenate pg_catalog | || | text | anynonarray | text | concatenate pg_catalog | || | text | text | text | concatenate pg_catalog | || | tsquery | tsquery | tsquery | OR-concatenate pg_catalog | || | tsvector | tsvector | tsvector | concatenate (12 rows)
The commando gives the same output on tromso-vk
--Ingeborg