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 1qoNA6-0012Fm-DQ for pgsql-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 12:09:02 +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 1qoNA4-00Cdb4-BB for pgsql-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 12:09:01 +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 1qoNA4-00CdZX-1Q for pgsql-hackers@lists.postgresql.org; Thu, 05 Oct 2023 12:09:00 +0000 Received: from mail-ej1-x629.google.com ([2a00:1450:4864:20::629]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qoNA1-0008tb-HC for pgsql-hackers@lists.postgresql.org; Thu, 05 Oct 2023 12:08:59 +0000 Received: by mail-ej1-x629.google.com with SMTP id a640c23a62f3a-9ad8a822508so176220466b.0 for ; Thu, 05 Oct 2023 05:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696507734; x=1697112534; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=mD9LhN7CeCtUbnqyZyYK59ppnV5CW9NgmsLOLcQZ5PE=; b=SbXrAKzI1+R2AjdH9queqYovgoT5XFqnCHrh87/COEK03NongDCZwzSslofAM95+us u8Y9f7TpaB5YUiNcjnSBTwKAd3qiza2cySzlgUBl0/WWKVI5SY5Vxfec045K2GIwgdls eghXtvJ3kJ64ezYRI4+SdfNg2YPFaScJrWepLP7i32vBonjxlx0qgiwq4g17srh8VP8K X2u5nNriYs8a22Z9IuZeh2w97ZFwRE51kOWT9Q3dlzjrnHn9Upq811YT/UZb+DC0ZB6U jf3rjI82FRSEQ3MOKcl/9AMgp1AqX8q+eJPGwg55SVCyFWnh1AXu1ABsYIVrhgvocwV6 gOBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696507734; x=1697112534; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=mD9LhN7CeCtUbnqyZyYK59ppnV5CW9NgmsLOLcQZ5PE=; b=dV4UAF80vDs80QAFm7hnHECSS71uAPL+oFmIWloE/tShcFGb61iGTqeKgu01tF1sNf 8yCevOJleb6WdVYqBGsa9ovCvouqtuTdNy8bggnYtdQSwklvS+NmLrewGKVPhVUfT4oc 75o0cB+iMcaD5D/nDiHnDoFI11NcE0aKVsXbGdzRnRhfJ8JjI9fEUN35feWE11ATQVu6 HMLWvoT8cIJCG1efr0e+f8oCretJ6FUxaG+DNS+G5e3W5X3NnU3QwOSMdLXYkAYK+xJ7 dxsLOI3w/0NayTmWs0l6JYCBTMZczcjHz0FHyELSGeC1puPKEzwRy3u9OH2A9MgLVqie 2lnw== X-Gm-Message-State: AOJu0Yy0njEI5wkXIAPCWME8C+l1GnwZAPr788P/fmymXNZ5UQdF2Jmn OiCSgkBqzyvsx/fQjf2qIQtiitInfzllT2FFX2R7o1yB7VsYrA== X-Google-Smtp-Source: AGHT+IFsehJuk6+W2w6Oc/tvzfMXk9SOVvkyBsobQ7lZH4JtO+se5vy3Y77juo2LVLLtUxa6qktEWXEE9VvC8S63DLE= X-Received: by 2002:a17:906:2102:b0:9a2:143e:a071 with SMTP id 2-20020a170906210200b009a2143ea071mr4595765ejt.17.1696507734200; Thu, 05 Oct 2023 05:08:54 -0700 (PDT) MIME-Version: 1.0 From: Dave Cramer Date: Thu, 5 Oct 2023 08:08:36 -0400 Message-ID: Subject: Change of behaviour for creating same type name in multiple schemas To: PostgreSQL Hackers Content-Type: multipart/alternative; boundary="000000000000db16700606f6fc95" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000db16700606f6fc95 Content-Type: text/plain; charset="UTF-8" Greetings, Before 16 if I created an array type in schema1 it would be named schema1._array_type if I created the same type in schema 2 it would have been named schema2.__array_type Can someone point me to where the code was changed ? Thanks, Dave Cramer --000000000000db16700606f6fc95 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Greetings,

Before 16 if I created an ar= ray type in schema1 it would be named schema1._array_type
if I cr= eated the same type=C2=A0in schema 2 it would have been named=C2=A0

schema2.__array_type

Can someone= point me to where the code was changed ?

Thanks,<= br clear=3D"all">
Dave Cramer
--000000000000db16700606f6fc95--