Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1exZuo-0004dO-Oq for pgsql-docs@arkaria.postgresql.org; Sun, 18 Mar 2018 15:08:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1exZul-00069D-0E for pgsql-docs@arkaria.postgresql.org; Sun, 18 Mar 2018 15:08:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1exZuk-000694-Of for pgsql-docs@lists.postgresql.org; Sun, 18 Mar 2018 15:08:02 +0000 Received: from mail-qk0-x242.google.com ([2607:f8b0:400d:c09::242]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1exZui-0000U2-B4 for pgsql-docs@lists.postgresql.org; Sun, 18 Mar 2018 15:08:02 +0000 Received: by mail-qk0-x242.google.com with SMTP id h187so2654831qkf.0 for ; Sun, 18 Mar 2018 08:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=ZIXgivCP9qZDHF8818aIOGqMS7gm1e0drSxcKP9+hjM=; b=RWgz1kmVruU2IoYnwi57UwU7+xu2VkhDDLnioi7KLrrN1UdWS0u5lpf9q5yMrrX7Ky xUDIZzcUFtsm5j1CvFArnORnkqxkZY/mKsBMAYflg1h7MURETUOPAOqLdun0BjJWAKEh PKwHypXQMTkLwt4Nxnk3p9FI4TNti6M6hvS9SrPO3+SpXjhOrEVhxIDHdhOPBFmat+ii tOHMJxLDUKWmE/pEx5wO0m3GpG1GtD9kvEZhc5qeHOakrLn5bl0IOXEfrnPkq7UI5Zw4 rZiiFPfTiXyA6kYAyPq7wfdSLejEvtBL52USRBnmi9zwC5gISwCGGoQTyqJfOp0DyewS EdRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=ZIXgivCP9qZDHF8818aIOGqMS7gm1e0drSxcKP9+hjM=; b=X7TLNnRS9EzRX7lpHjYihgVBLzU0iFExOx59yoVtGmA5+nb9qp/oGtzhAxsRz2LCSm BdfIqUluD9c7eBqCP8BSjYOXrDKJUbDQzd0ZUnylVvlG5Mr0Q8VDJz/sJBqxbxi6Wofw WuzWF7LDa5VKEAENlxavV2UTj7VEJJ/sDnh6cFIyDsG1bV3f2fPwYnAK4oAcdFkshxS+ qE4TM6lLp5/FjB79UbUKhZeFkRcw5ogrSL+yWPqZiwyepW8U4AsAuElRkkMO6ZUpdgRy H1WjQllYxSXBJ35HSTOqJL3RUwsrjswUMRrsw7AZ0fYLZapNuicTzvOBTJ53f2GOxFVG a/WA== X-Gm-Message-State: AElRT7Frm9Y5iOGK7+a42heJyStsXCPiOEUevQrMc1M6ZOMyjyLhDhOH Rc1NBfa/a39WMd2+S3W9kOT+24h6A/d7UG0ZRKs= X-Google-Smtp-Source: AG47ELvtLPfsnnmypGTyKZbSY97Sk9xAFS9SSmtULwhCiyh09CGZrm61RNBZc1AUbPf0KGStQnaiCfn7d+chb2oRLbk= X-Received: by 10.55.217.143 with SMTP id q15mr13300272qkl.304.1521385678273; Sun, 18 Mar 2018 08:07:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.157.78 with HTTP; Sun, 18 Mar 2018 08:07:57 -0700 (PDT) In-Reply-To: <152137797595.11959.5875751806550947659@wrigleys.postgresql.org> References: <152137797595.11959.5875751806550947659@wrigleys.postgresql.org> From: "David G. Johnston" Date: Sun, 18 Mar 2018 08:07:57 -0700 Message-ID: Subject: Re: Keep me update every new development To: "umesh.pandey994@gmail.com" , "pgsql-docs@lists.postgresql.org" Content-Type: multipart/alternative; boundary="001a1149d04aeb81130567b1346e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a1149d04aeb81130567b1346e Content-Type: text/plain; charset="UTF-8" On Sunday, March 18, 2018, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.1/static/sql-listen.html > Description: > > Keep me update every new development > Sorry, listen/notify only works within the database. You'll need to setup something custom if you want to keep abreast of changes to the product itself or its documentation. Monitoring the mailing lists or the git repo itself is your best bet. David J. --001a1149d04aeb81130567b1346e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sunday, March 18, 2018, PG Doc comments form <noreply@postgresql.org> wrote:
The following documentation comment has been logged on the = website:

Page: https://www.postgresql.org/docs/9.1/static/sql-lis= ten.html
Description:

Keep me update every new development

Sorry, listen/notify only works within the= database.=C2=A0 You'll need to setup something custom if you want to k= eep abreast of changes to the product itself or its documentation.=C2=A0 Mo= nitoring the mailing lists or the git repo itself is your best bet.

David J.
=C2=A0
--001a1149d04aeb81130567b1346e--