Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGH51-0002Ce-Bi for pgsql-docs@arkaria.postgresql.org; Fri, 24 Jun 2016 02:42:51 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bGH50-0002Wt-Q8 for pgsql-docs@arkaria.postgresql.org; Fri, 24 Jun 2016 02:42:50 +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.84_2) (envelope-from ) id 1bGH4f-00029X-7L for pgsql-docs@postgresql.org; Fri, 24 Jun 2016 02:42:29 +0000 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bGH4c-0005Bi-Lb for pgsql-docs@postgresql.org; Fri, 24 Jun 2016 02:42:28 +0000 Received: by mail-vk0-x22f.google.com with SMTP id u64so133110008vkf.3 for ; Thu, 23 Jun 2016 19:42:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=c4cuXE/n7t4PNKEaOloFafGCXDrl7Eitk5wz1pnuUyQ=; b=gSyMCrGZiv8D9vn+kxpGrT81MTPFfDVRmWExqxoi2SYWbUgcz9iE6S46sf0tq2yY40 4SV6VQukRCu3K/hTnnUOzqHgRqJpt/RH5DcjMu2B0BAz7zyClqswMpfc1zIjLigefMx7 2JeZLqDiUubIVzg3qMa6fJ2XB01IRlp7oJ6Sw8x4C583xdQSCWv28Hme31oucSzSk8Ra iKQaom3w9EhZmzqV+6QJrL5be+Az5lRe/9xI0QaGlvMvm4oNr+fHI8udA/cfjWt9OYEA L7/8rcsvumHi1dDXZyTZSiqXZ/fqPMDaMPtQ+/PPf/ca1G/atM8CMrPetyiuXyYNI4ni qw7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=c4cuXE/n7t4PNKEaOloFafGCXDrl7Eitk5wz1pnuUyQ=; b=XBfuCrS18NzN0pQPBaviG84VBbLX187JSuy7MgFK1LAGhoJg/9mJqR4yE7VhP2ou2A /e+JFfSL+MPIz/CXRb6X8qeI6t6o1UX6UupvkkewM9onm4M+igs1SayZjxozripB8BJ9 88u1CFIPcknlJHfuKNhqXLBXWRVsmOdVqXSOXsQ7Isptx8lMBQ7wMqoK0bjIOgKqkmN9 qTv7gYgCcvaHi9G/nb0AzenlUPcUXeVb+OoBJiMZL/NsH/iKtZoos+aHx0hO4rFEYSve /r4jhgP245BMmefNmcCJexLXnz1gOC6PJk8KQJ2xTG9CuTDo/5bGN0fSAQmAl69ETq1+ VTtA== X-Gm-Message-State: ALyK8tIwO7vzVpOQvRwa5e48uUmklSPuP6E4H1cqtJe3yjLCym/k5tEfEO4WqViP/Jn51qitpMjbu+O1lwfaRw== X-Received: by 10.176.2.171 with SMTP id 40mr1210293uah.5.1466736145766; Thu, 23 Jun 2016 19:42:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Justin Dearing Date: Fri, 24 Jun 2016 02:42:16 +0000 Message-ID: Subject: Re: Some doc suggestions To: pgsql-docs@postgresql.org Content-Type: multipart/alternative; boundary=001a113efaaef29df60535fd1e6a X-Pg-Spam-Score: -2.4 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a113efaaef29df60535fd1e6a Content-Type: text/plain; charset=UTF-8 Ok addendu, it seems like the overview page for catalogs has exactly what I asked for in the contents page. Any reason they can't be merged? Is it just the nature of the doc system? As a postgres outsider, it seemed kinda obtuse. On Thu, Jun 23, 2016 at 10:37 PM Justin Dearing wrote: > Switched jobs recently and returning to postgres after a long hiatus. The > docs are great, but I noticed a few things that could be improved in the > area of catalot documentations. > > > 1. The CREATE/ALTER/DROP doc pages should have a link to the > corresponding pg_catalog and INFORMATION_schema tables and views for that > object type. The > 2. pg_catalog docs should have a link to their corresponding > information_schema table or view and visa versa. > 3. Perhaps this page (and its analogs) > https://www.postgresql.org/docs/9.1/static/catalogs.html should have a > 1-3 word description of each catalog. Some are unintuitive. For example it > took awhile to figure out pg_attribute was the list of columns. > 4. OID columns should have a note saying something to the effect of > "to get the text name of this simply use atttypid::REGTYPE" > 5. I discovered that pg_catalog.name is a built in type today, but its > not listed as a built in type. I've yet to find it in the docs. It should > either be listed in the built in types, or the list of built in types > should link to the list of "other built in types" whereever they are. > > If any of those suggestions are ameanable where are the docs for > contributing to the docs? > > Regards, > > Justin Dearing > --001a113efaaef29df60535fd1e6a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ok addendu, it seems like the overview page for catalogs h= as exactly what I asked for in the contents page. Any reason they can't= be merged? Is it just the nature of the doc system? As a postgres outsider= , it seemed kinda obtuse.

On Thu, Jun 23, 2016 at 10:37 PM Justin Dearing <zippy1981@gmail.com> wrote:
Switched jobs recently and returning t= o postgres after a long hiatus. The docs are great, but I noticed a few thi= ngs =C2=A0that could be improved in the area of catalot documentations.
  1. The CREATE/ALTER/DR= OP doc pages should have a link to the corresponding pg_catalog and INFORMA= TION_schema tables and views for that object type. The=C2=A0
  2. pg_catalog docs should have a link to their corresponding information_= schema table or view and visa versa.
  3. Perhaps this page (and its ana= logs)=C2=A0https://www.postgresql.org/docs/9.1/static/catalogs.= html=C2=A0should have a 1-3 word description of each catalog. Some are = unintuitive. For example it took awhile to figure out pg_attribute was the = list of columns.
  4. OID columns should have a note saying something to= the effect of "to get the text name of this simply use=C2=A0atttypid:= :REGTYPE"
  5. I discovered that pg_catalog.name is a built in type today, but its no= t listed as a built in type. I've yet to find it in the docs. It should= either be listed in the built in types, or the list of built in types shou= ld link to the list of "other built in types" whereever they are.=
If any of those suggestions are ameanable where are the docs= for contributing to the docs?

Regards,

Justin Dearing
--001a113efaaef29df60535fd1e6a--