Re: Fix unqualified catalog references in psql describe queries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix unqualified catalog references in psql describe queries
Date
Msg-id 1283514.1781099463@sss.pgh.pa.us
Whole thread
In response to Re: Fix unqualified catalog references in psql describe queries  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: Fix unqualified catalog references in psql describe queries
Re: Fix unqualified catalog references in psql describe queries
List pgsql-hackers
=?UTF-8?Q?=C3=81lvaro_Herrera?= <alvherre@kurilemu.de> writes:
> I think we should just ditch the idea that operators live in schemas.

How would you do that without removing user-defined operators
altogether?  (And thereby breaking most extensions.)

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: ci: Generate crashlogs on Windows
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Fix compiler warnings by using designated initializers