mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
This commit is contained in:
@ -1,12 +1,16 @@
|
||||
\set ECHO none
|
||||
psql:ltree.sql:7: NOTICE: ProcedureCreate: type ltree is not yet defined
|
||||
psql:ltree.sql:12: NOTICE: Argument type "ltree" is only a shell
|
||||
psql:ltree.sql:299: NOTICE: ProcedureCreate: type lquery is not yet defined
|
||||
psql:ltree.sql:304: NOTICE: Argument type "lquery" is only a shell
|
||||
psql:ltree.sql:410: NOTICE: ProcedureCreate: type ltxtquery is not yet defined
|
||||
psql:ltree.sql:415: NOTICE: Argument type "ltxtquery" is only a shell
|
||||
psql:ltree.sql:477: NOTICE: ProcedureCreate: type ltree_gist is not yet defined
|
||||
psql:ltree.sql:482: NOTICE: Argument type "ltree_gist" is only a shell
|
||||
psql:ltree.sql:7: NOTICE: type ltree is not yet defined
|
||||
DETAIL: Creating a shell type definition.
|
||||
psql:ltree.sql:12: NOTICE: argument type ltree is only a shell
|
||||
psql:ltree.sql:299: NOTICE: type lquery is not yet defined
|
||||
DETAIL: Creating a shell type definition.
|
||||
psql:ltree.sql:304: NOTICE: argument type lquery is only a shell
|
||||
psql:ltree.sql:410: NOTICE: type ltxtquery is not yet defined
|
||||
DETAIL: Creating a shell type definition.
|
||||
psql:ltree.sql:415: NOTICE: argument type ltxtquery is only a shell
|
||||
psql:ltree.sql:477: NOTICE: type ltree_gist is not yet defined
|
||||
DETAIL: Creating a shell type definition.
|
||||
psql:ltree.sql:482: NOTICE: argument type ltree_gist is only a shell
|
||||
SELECT ''::ltree;
|
||||
ltree
|
||||
-------
|
||||
|
Reference in New Issue
Block a user