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 1nyUsz-0005lN-SV for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jun 2022 08:48:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nyUsy-0000Az-FP for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jun 2022 08:48:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nyUsy-0000Aq-6V for pgsql-docs@lists.postgresql.org; Tue, 07 Jun 2022 08:48:24 +0000 Received: from mout-b-206.mailbox.org ([195.10.208.51]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nyUsu-0008IY-NJ for pgsql-docs@lists.postgresql.org; Tue, 07 Jun 2022 08:48:22 +0000 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-b-206.mailbox.org (Postfix) with ESMTPS id 4LHPC31RyLz9slr; Tue, 7 Jun 2022 10:48:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aboutsource.net; s=MBO0001; t=1654591695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SeYMg5AWz/43CsfYQ4eZxPOJN7Tky+pLoTPtvB5WRis=; b=I2Cdd4jj6vpfKxJM45CRrYGS6JChVi2Ke3ktUD9shKD6nNCONobc22PW0j9J7ZfrNKdpxj TsCX14LTX4Rhfs2rZV1cdBDYVC8swk6kWtXtwapMdh+ycRABIW9lnJVfGbRHmbr5nC+grS wPxVDagefKE66Y4mJW7xkr9ja8nFIWAq6vyHVc9nWkxHBTj/+xvYkP4/MTOaQLaVg7FfwJ F8zOC4BmmHA7mRTPM8ZpiYBBb9TnfklPqUCUZjVUOWyAoRa284aQua3+7RhTuHPUNQr5Zt JxqewWyZJmRmLxcYbzdgZP+KsX6TYqjRRkPg5SDVRoE533U7Ijkl+P9N6lgXHQ== Message-ID: <8f7f41cd-e59a-2a1e-c160-525b7e83b30b@aboutsource.net> Date: Tue, 7 Jun 2022 10:48:10 +0200 MIME-Version: 1.0 Subject: Re: Proposal to improve uniq function documentation in intarray extension Content-Language: de-DE To: Tom Lane , Daniel Gustafsson Cc: pgsql-docs@lists.postgresql.org References: <165407884456.573551.8779012279828726162@wrigleys.postgresql.org> <219445.1654270461@sss.pgh.pa.us> <288014.1654278952@sss.pgh.pa.us> From: Martin Kalcher In-Reply-To: <288014.1654278952@sss.pgh.pa.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thank you very much. The new documentation is way better. Am 03.06.22 um 19:55 schrieb Tom Lane: > Daniel Gustafsson writes: >>> On 3 Jun 2022, at 17:34, Tom Lane wrote: >>> .. there's no longer any reason we have >>> to limit ourselves to one example. I propose this: > >> +1 > > Done like that, then. > > regards, tom lane