Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFMN9-0003Xj-Ex for pgsql-hackers@arkaria.postgresql.org; Fri, 30 Jun 2023 22:13:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qFMN8-0007bi-3l for pgsql-hackers@arkaria.postgresql.org; Fri, 30 Jun 2023 22:13:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFMN7-0007bZ-Na for pgsql-hackers@lists.postgresql.org; Fri, 30 Jun 2023 22:13:45 +0000 Received: from mail-pf1-x429.google.com ([2607:f8b0:4864:20::429]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qFMN4-001SAA-Db for pgsql-hackers@postgresql.org; Fri, 30 Jun 2023 22:13:44 +0000 Received: by mail-pf1-x429.google.com with SMTP id d2e1a72fcca58-666e97fcc60so1839907b3a.3 for ; Fri, 30 Jun 2023 15:13:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20221208.gappssmtp.com; s=20221208; t=1688163220; x=1690755220; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=8zaLR3uYZ0PDd0PJ5OIm9LPMrAnrrF/UstVAfN/+AL4=; b=DER7+joQr/DN/EK4rcN0TLxDxcvMsLEM/k3mxs6CepeAE0TpE4801+KWMyEvn8jRFC vjcrdJS+HvnzdhjaNP8OwirMXQu7JlrcD2Cnhk6YHFJm7pvaxTrpd9mWYAKx49g+kD7E zO6Y9s67juDsFjOe+BNFixAkIKV9ipRNP/54VcWMn+KrSY5boJo5wfw8ZGFB+FF6t331 lZYsvNzKcYCtJwqwD6IwQXA+UT/q8cH8E3j6WSHHv3N3EL3tK6n9/lnVyb2ttEK3NEMf 8mVdlKIlk1uevMW2oLp9sADte0WzJCiewGeG6Fg7G68dqWT7XhgXJs+oT+wg7defy3MV NjpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688163220; x=1690755220; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8zaLR3uYZ0PDd0PJ5OIm9LPMrAnrrF/UstVAfN/+AL4=; b=C/BF20dKjOA63PwSON6S6maO6JiRHQhzinkFzEqDzOC9w2FHIA84l6VNn6XCv70sRA 1W3Qhp7Z0aDpDm2APm++eJk0u9AwyXPbzxSxgdog4hrrIhnh1v9zUcIMMtzh23EA3hhN 1FJdRH4dSBmY4Y+JpUx26xAaFKdwyymkUr4gAXsmBwGqhUmBNEGfIBAXmeoeJ+cCiDib AMMOxhOVxkkdAwRIyF36Wgu5eT7OnqXwe2Mf6Uu6vPdGpBfa+VOD0Pe59PLBLiCsFoFp 580VpWHAY1uDSj/A7DC3oVb9w0at4zPYLfMOiFVrPiRujJsSYosNHqQL/wxekDRQGCDl iROw== X-Gm-Message-State: ABy/qLbpC0bdQfzpOkRbWwHSIkTTbz3PNy1FaZGYYW691YcknC30kRn6 aJg5opbULDpmKPlpLz2lI07iJLygAaFOA//1Fif8fQ== X-Google-Smtp-Source: APBJJlH1SXOFn9Dc++OYpJF/A1XK6OPLi/+sNZSUH5kay5mgLQPNZm8toOEQRX0n/eP1vjx8YazPrEUb094+8z+dvj0= X-Received: by 2002:a62:7b49:0:b0:67e:5edd:e6f2 with SMTP id w70-20020a627b49000000b0067e5edde6f2mr3656483pfc.0.1688163220230; Fri, 30 Jun 2023 15:13:40 -0700 (PDT) MIME-Version: 1.0 References: <20230630200509.GA2830328@nathanxps13> <1817609.1688161218@sss.pgh.pa.us> <20230630214308.GC2941194@nathanxps13> In-Reply-To: <20230630214308.GC2941194@nathanxps13> From: Magnus Hagander Date: Sat, 1 Jul 2023 00:13:26 +0200 Message-ID: Subject: Re: Should we remove db_user_namespace? To: Nathan Bossart Cc: Tom Lane , pgsql-hackers@postgresql.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jun 30, 2023 at 11:43=E2=80=AFPM Nathan Bossart wrote: > > On Fri, Jun 30, 2023 at 05:40:18PM -0400, Tom Lane wrote: > > Might be worth asking on pgsql-general whether anyone knows of > > active use of this feature. If not, I'm good with killing it. > > Will do. Strong +1 from here for removing it, assuming you don't find a bunch of users on -general who are using it. Having never come across one myself, I think it's unlikely, but I agree it's good to ask. --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/