Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fszqu-00037S-Al for pgsql-docs@arkaria.postgresql.org; Fri, 24 Aug 2018 00:21:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fszqs-0006TD-3r for pgsql-docs@arkaria.postgresql.org; Fri, 24 Aug 2018 00:21:22 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fszqr-0006Q6-Q4 for pgsql-docs@lists.postgresql.org; Fri, 24 Aug 2018 00:21:21 +0000 Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fszqn-0006pi-9T for pgsql-docs@lists.postgresql.org; Fri, 24 Aug 2018 00:21:20 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id D4E2222036; Thu, 23 Aug 2018 20:21:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 23 Aug 2018 20:21:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paquier.xyz; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=pstESdLOiILbhuiy4wvbFrwLgPXAbt7hQDcBgPyrv6Q=; b=ouDJ/Spk IvKPSHriRtV7gQ9LeSoaKJqLTgkay3qqp/YgftWy6AM8/K10Tc859GtBx+pBv/Hs CXALqbSOgyicOhz8jT5JVw1Zwsm3g2dKGPNpUBbPZu7pMXKQoSHP2pcOPph58mIt IPxAWiqvRxg2OFyn//BYsevy0liA7ygKU1ofxTbclpI5TptWE3r2HjZhSm3feRz3 +V3P/uvCwZI1iL4sRMtGSI4TVrJQWooJK4gGvs1302FEV0G2BRQj7eR+vFMD9bOj WEPx5QdpiVvsxxOmhVeGsvMMbNii7Qg4UvExrt4lQkrTcBlyEzlDAefi1oUdUd0V SNFTyzcMHvppqA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=pstESdLOiILbhuiy4wvbFrwLgPXAb t7hQDcBgPyrv6Q=; b=jsRY/iU3TFcc4/6NMvQa+BKEdEL9P1EOfYIEM9O7Ss7hN hXhO3eynU+6mU9/6ljgJmi/B3C/xzUA8xbaWey2YtPZLvEf7a4sdFsFJOFT++kDM hgVwOqqTL3rAvBHCUPKF5QVTt/jrWXOPDWxrwBWxxCrIfr1JTUecDZ94e9Lx1GTw hCXigZRKAuE/nSu1NFQ9IZcvB9ttBJWeE+YcgoHrduElQTHWiPzy5qhtwq4GnsIt QJSpuknT6vJ6gvw2406slsuO+cyTiPmLbKlZsrZUwycyapKM+Afeov4u3hja4W7+ YtK1JSrXpvx8WogVUiUFEgaGB5UuaPh5cfMkVxO/w== X-ME-Proxy: X-ME-Sender: Received: from paquier.xyz (c137162.net61215.cablenet.ne.jp [61.215.137.162]) by mail.messagingengine.com (Postfix) with ESMTPA id 190FF10291; Thu, 23 Aug 2018 20:21:13 -0400 (EDT) Date: Fri, 24 Aug 2018 09:21:11 +0900 From: Michael Paquier To: =?iso-8859-1?Q?J=FCrgen?= Purtz Cc: pgsql-docs@lists.postgresql.org Subject: Re: "System roles" mentioned in psql documentation Message-ID: <20180824002111.GE30782@paquier.xyz> References: <20180823075800.GA30782@paquier.xyz> <753d785e-2d9c-16b1-5430-61ce9027cea3@purtz.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Pgaa2uWPnPrfixyx" Content-Disposition: inline In-Reply-To: <753d785e-2d9c-16b1-5430-61ce9027cea3@purtz.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --Pgaa2uWPnPrfixyx Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2018 at 10:53:35AM +0200, J=FCrgen Purtz wrote: > This inconsistency is part of the more general problem that we miss a > chapter, where our basic terms like 'database', 'cluster', 'segment', > 'catalog', 'schema', ... are explicitly defined. You may have a point here, not in the way of reworking entirely the documentation, but in the fact that we may want to use "system objects" instead of "system roles". I am not personally sure that it is a better improvement than using "default roles", but that's a point to raise. -- Michael --Pgaa2uWPnPrfixyx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEG72nH6vTowiyblFKnvQgOdbyQH0FAlt/T3cACgkQnvQgOdby QH2IDw//fs7rPjkbGooj/mkUHHy/O13A/vdKTOxPkq/dX5y9M1PP9sf4dJHzG9rp +MVQSpp222ZYhWxc45U9iTUm0hMdMG6lw3zzJbXerH7rENRFbluF1m9lfCgAEwVY Po4hE5YwTz/fHOzMUHK3Ub1WOTnrEiNnosKTUDfajfee7+GzGlxEvs1zNuhIWLTi 0vmK8Tgm1IC1Iv0j41vhzRETxJpfCrwWYRaLKlRq/mgAdgPbBElRzPmbDAY+qdav T0JkG5LcP2qmTGWfiDFW3//1Iqv/86iIud7oKVrf6Zx6gb/jCFAQLrRd9+icv4X0 PKOvHC2h4jF/yz6Gyqr58LD6mJRAJBiHM3XpE2bkWfUnqc4GvDdaPAMJvJZ5wxdg sXFiw4mMT0WraO9dIP1LmlwfKA6c7JlIkCVVn/yj9jTKpI75l/3cNaw0lGT4Ung2 y5CoFyJYn9HVaPQYiJEY0x34K1qFSsc9rgNqolZw/tIZpiF2fuN/Fy51Z8uErWwA tLzeK7Sa8ion2X0E+FY2FBEUEIyYPz7KVHv2Y7QNRbG+zBPvrshLatGsJ7gVcwcQ oSWEd3Kd7jbeYs+dk3FCu+p59eT3SVeioyrbLbszDmfsybNh6TQLzaEjz1f8OdpX 3X5M1dR6OoDPJ5ewCev4L9RHL24egKp2I3OV28ASR1333m/iThk= =7nxG -----END PGP SIGNATURE----- --Pgaa2uWPnPrfixyx--