Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s37TL-009cLs-CX for pgsql-general@arkaria.postgresql.org; Sat, 04 May 2024 04:58:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s37TI-00FGoz-Du for pgsql-general@arkaria.postgresql.org; Sat, 04 May 2024 04:58:05 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s37TI-00FGoq-3D for pgsql-general@lists.postgresql.org; Sat, 04 May 2024 04:58:04 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s37TC-001LhX-O1 for pgsql-general@lists.postgresql.org; Sat, 04 May 2024 04:58:03 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 4444vtaS2826786; Sat, 4 May 2024 00:57:55 -0400 From: Tom Lane To: "David G. Johnston" cc: Adrian Klaver , jian he , Magnus Hagander , David Gauthier , "pgsql-general@lists.postgresql.org" Subject: Re: \dt shows table but \d says the table doesn't exist ? In-reply-to: References: <7c3a1c91-566a-46f7-82b5-b47eac58c500@aklaver.com> <2746167.1714770911@sss.pgh.pa.us> <2808875.1714794677@sss.pgh.pa.us> <8a888f00-3752-463e-87c6-bb3979c7a4b8@aklaver.com> Comments: In-reply-to "David G. Johnston" message dated "Fri, 03 May 2024 21:47:23 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <2826784.1714798675.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Sat, 04 May 2024 00:57:55 -0400 Message-ID: <2826785.1714798675@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "David G. Johnston" writes: > ... I’d welcome > a modifier like ā€œ*ā€ (like the ~* operator) to enable case-insensitive > matching. We could talk about that idea, certainly. I'm afraid it's the sort of edge case that would mainly be useful to newbies who haven't read the docs closely enough to know the option exists, let alone that it will help them. But maybe there's more use-case than I'm thinking of. regards, tom lane