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 1maHoq-00034z-HC for pgsql-www@arkaria.postgresql.org; Tue, 12 Oct 2021 13:27:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1maHop-00062K-4d for pgsql-www@arkaria.postgresql.org; Tue, 12 Oct 2021 13:27:47 +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 1maHH4-0001VD-US for pgsql-www@lists.postgresql.org; Tue, 12 Oct 2021 12:52:54 +0000 Received: from mail-vk1-xa36.google.com ([2607:f8b0:4864:20::a36]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1maHH2-0005DB-Ov for pgsql-www@postgresql.org; Tue, 12 Oct 2021 12:52:53 +0000 Received: by mail-vk1-xa36.google.com with SMTP id j38so7122533vkd.10 for ; Tue, 12 Oct 2021 05:52:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:reply-to:from:date:message-id:subject:to; bh=M9IbldjjeX+KrvH/wepZoiFdttCGdwc9kxBgBQPuHrY=; b=oN8QTkut9Mgr8IbE5BNXIxB7TYLvxbDMHXJ8M0xfGa78HuG3RgN5EAFnbKfH2zWFBH TQhPTqbXcpprhmTsctoykiHTmJ/AbWmK29U4BhV6G+aYpbao7XZ2vRKSPqDW7IkbHP9W 1Nz4e4ZfEuJi7dqYVihlmjGYx6cqa8ky7PskPkPecCmWbOUonayCQhrNxcu5ax/QiDhw Aq5fOj2I+v2SNh42gEpoe6GBHhI7lBQdVcWKk8VPWSGTLR27G85c1v+m+WoRZHARGzNf oYSQKQbxNsFIS41FgAkL3MkbCV+tF87mg93NZN8HRGLkoENIFBw3sVU6EyOITwEA4/2e zQJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=M9IbldjjeX+KrvH/wepZoiFdttCGdwc9kxBgBQPuHrY=; b=Xc5QOFUOIIcqE8L7T/dkH746z9NL/Hp6rVeuksO0+XD84e0hp44FF624x9z9m7CkyQ gb2Dkk8yeQ0NfMA5bDphSfEsiwfsUZX+/0AjCU9c0Tfve8rp+kUVL3s0s/oVKtg7F4FM ELBZ5O4fN0w2QiNaD88ak+v2XelCYRXglciu0DpbmdroJXVDmYqGPrzL3Rp3gyPH+GQe 7FCDoFvzRk8oFmCIjOUJ9S+R5zu/h5GyfHsPslbQ9Y3LhPjZA0KZivugeSvA27HzhONx /BFit7NY/u2b837LCGUPFJObB+no5jliujrZEwolRMd8mCODhyBSVZdhz67YZPxeRVOu NOqQ== X-Gm-Message-State: AOAM5318nqVUuzBERHVhjSAVt6umK8dKbmTMdxLr+PlUZhqyW1G/CKyl D1TMb2N/bzTM0lQXYkSGbKLmRt4rxkOcv6DyzocfsG4gU84= X-Google-Smtp-Source: ABdhPJzBrkFH/BcBh5fjYGPHupvp9AwPB2YswJz6qa57Ka85NPuA3Hso51hnUAoaW7EhXw95/EiKttLbpJ4kOBwWTbY= X-Received: by 2002:a05:6122:90d:: with SMTP id j13mr14465772vka.25.1634043171693; Tue, 12 Oct 2021 05:52:51 -0700 (PDT) MIME-Version: 1.0 Reply-To: sircompo@gmail.com From: Dave Compton Date: Tue, 12 Oct 2021 13:52:40 +0100 Message-ID: Subject: Wiki editor request To: pgsql-www@postgresql.org Content-Type: multipart/alternative; boundary="000000000000cbe8cc05ce275256" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000cbe8cc05ce275256 Content-Type: text/plain; charset="UTF-8" I would like editor access to the wiki, my username is sircompo and I would like to modify "Locale data changes". I believe there's a comma where it shouldn't be; SELECT indrelid::regclass::text, indexrelid::regclass::text, collname, pg_get_indexdef(indexrelid) should be : SELECT indrelid::regclass::text, indexrelid::regclass::text collname, pg_get_indexdef(indexrelid) Regards, Dave. --000000000000cbe8cc05ce275256 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I would like editor access to the wiki, my username is si= rcompo and I would like to modify "Locale data changes".
I believe there's a comma where it shouldn't be;
SELECT indrelid::regclass::text,=
 indexrelid::regclass::text, collname, pg_get_indexdef(indexrelid)=20
s= hould be :
SELECT in=
drelid::regclass::text, indexrelid::regclass::text collname, pg_get_indexde=
f(indexrelid)=20

Regards,
Dave.
--000000000000cbe8cc05ce275256--