Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1T1AJX-0003yM-Iw for pgsql-docs@postgresql.org; Tue, 14 Aug 2012 06:09:15 +0000 Received: from mail-gg0-f174.google.com ([209.85.161.174]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1T1AJW-0002xq-8E for pgsql-docs@postgresql.org; Tue, 14 Aug 2012 06:09:14 +0000 Received: by ggdk6 with SMTP id k6so29324ggd.19 for ; Mon, 13 Aug 2012 23:09:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:x-mailer:content-transfer-encoding:mime-version :x-gm-message-state; bh=XjkcL+FyQyITYq/s/OaO0PJApn5TLNJomA8jK07KD6g=; b=pD+LBiIrWhCfZtdBAIkMWeqvzWO5y5JVB6wps+xfFCAW79rS4uWjfr2BsguEcXkD94 6EQfgRB43I3qGMzcs0GNZ2EvBZKmqBO5rKLwoXe/2YW1rxQ9xYwZ+yqElIgTRwu9wGrU 5RlvEbMXa8q89sGWvnqAd46o4PjbsANHTckpyMtqSEYQ2XtieghVbjeoXAHx83S2CYt/ GkeZLol/4eynR96REn08OyH2A9pcri8sMO/9k7LfPTzS7cWoJ1Ky+xi6tOESY98kBMqF PkxK1vYUKDtxQvb1VKIb9RBLNm/jesNe3Y2VGNGFNgYRbg0oSmEfWNiSvRWZHMtdmxji pHrg== Received: by 10.42.145.7 with SMTP id d7mr2023155icv.45.1344924553208; Mon, 13 Aug 2012 23:09:13 -0700 (PDT) Received: from [192.168.1.101] (c-69-181-249-16.hsd1.ca.comcast.net. [69.181.249.16]) by mx.google.com with ESMTPS id dw5sm10002350igc.6.2012.08.13.23.09.12 (version=SSLv3 cipher=OTHER); Mon, 13 Aug 2012 23:09:12 -0700 (PDT) Message-ID: <1344924554.8488.14.camel@jdavis> Subject: Re: Would like to contribute a section to docs for 9.3. Where to start? From: Jeff Davis To: Chris Travers Cc: Postgres Documentation Date: Mon, 13 Aug 2012 23:09:14 -0700 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Gm-Message-State: ALoCoQnKNO8dkkYaVwE8GbCn7/HCIs9SBW/u7sAjLluj6QW9NPrCulpfxlpcx8dVGELyTBRQarT3 X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201208/12 X-Sequence-Number: 7405 On Mon, 2012-08-13 at 03:41 -0700, Chris Travers wrote: > Hi all; > > > I would like to contribute a "What is an Object Relational database?" > section to the documentation for 9.3. Where is the best place to > start tools and community-process-wise? > > > My thinking is that since people are often confused by this label, it > would be worth describing what it means, and describing in brief > detail object-relational features in PostgreSQL. A concrete example of the confusion caused by our current branding (with no supporting documentation) recently appeared on -novice: http://archives.postgresql.org/message-id/21709bce-0308-4e6f-9e1c-b9dc95360fe4@googlegroups.com That's exactly the kind of (potential) user we should target with this document. Regards, Jeff Davis