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 1tTr0a-00BIOI-8r for pgsql-general@arkaria.postgresql.org; Fri, 03 Jan 2025 23:23:12 +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 1tTr0Z-0067Bj-Mo for pgsql-general@arkaria.postgresql.org; Fri, 03 Jan 2025 23:23:11 +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 1tTr0Z-0067BW-Cc for pgsql-general@lists.postgresql.org; Fri, 03 Jan 2025 23:23:11 +0000 Received: from gaoxing.magnetkern.de ([2a01:4f8:c012:f130::1]) by makus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1tTr0W-001xh9-36 for pgsql-general@lists.postgresql.org; Fri, 03 Jan 2025 23:23:10 +0000 Received: from titanium.fritz.box (p200300c26f20ef00264bfefffe54b09c.dip0.t-ipconnect.de [IPv6:2003:c2:6f20:ef00:264b:feff:fe54:b09c]) by gaoxing.magnetkern.de (Postfix) with ESMTPSA id A14F773647; Sat, 04 Jan 2025 00:24:23 +0100 (CET) Date: Sat, 4 Jan 2025 00:23:08 +0100 From: Jan Behrens To: Adrian Klaver Cc: "David G. Johnston" , "pgsql-general@lists.postgresql.org" Subject: Re: search_path for PL/pgSQL functions partially cached? Message-Id: <20250104002308.9ae26a55868adc674ef34d1e@magnetkern.de> In-Reply-To: <20250104002203.2aed83d48d795ce6fbbd3b61@magnetkern.de> References: <20241227205025.1d059f72c7c08d23c9648c26@magnetkern.de> <20241228004009.267f21b78394c934f27f9974@magnetkern.de> <20250103135332.7910a008714abaa04d32e5e2@magnetkern.de> <20250103174849.f071d9c6942f76a9b812157c@magnetkern.de> <20250103223312.dde69ae482776e4f1b0c2258@magnetkern.de> <14e035fb-ab35-4a73-a637-ad0180067b07@aklaver.com> <20250104002203.2aed83d48d795ce6fbbd3b61@magnetkern.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sat, 4 Jan 2025 00:22:03 +0100 Jan Behrens wrote: > ---------------------------------------------------------------- > -- Do I have to fully qualify types and operators from > -- "myschema" here? Or is it safe to not fully qualify them? > ---------------------------------------------------------------- This was meant to read: ...from "some_schema" here.