Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRIxP-0004Sn-1X for pgsql-docs@arkaria.postgresql.org; Sat, 22 Mar 2014 10:15:15 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1WRIxN-000283-VS for pgsql-docs@arkaria.postgresql.org; Sat, 22 Mar 2014 10:15:14 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRIxN-00027o-0H for pgsql-docs@postgresql.org; Sat, 22 Mar 2014 10:15:13 +0000 Received: from mail-la0-f54.google.com ([209.85.215.54]) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1WRIxC-0002Rg-TV for pgsql-docs@postgresql.org; Sat, 22 Mar 2014 10:15:12 +0000 Received: by mail-la0-f54.google.com with SMTP id mc6so2395949lab.13 for ; Sat, 22 Mar 2014 03:15:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=av9TxUNw+QZv4f+m700DtRBWZEhcezSxxoUru3ivgvQ=; b=iudTQcUBBsReby+XlWVyIJGxom+XqKPUvhThGwXK89FnX9VtrXBbvMWat2xXNtbZLv 2iJhhX0V6JLumn38bHMmwWBlrfZgwEL3c9+KctwnWGpDw8m+5/MapPBtwknlDhYDBAto jx/oSpr6jjOc4uFkt+xichSlO3bx0sbQXcWe+RCNKl3F96lvWemmTIQggOHlWSo3aDej N6l8q984h+SgpI9m/5dvdsKPRFjSYOzoXdNUi960TTTqCNDNGT0EqvsF5I9FN+29+VW4 CWDRDQM2wFilh6/g3dy4+CZzmWU3NUg+oNH0ypvbVLTtBZKl/pDlLEbeJw/Qhs++hv6w upKw== X-Gm-Message-State: ALoCoQlbgUoFURIU+rFQkNF858qMU/kqz+oq8yeGwDH5OJFbx+J9f+ksRyxO+UeMm1JX6evwMhwl X-Received: by 10.112.24.9 with SMTP id q9mr8787954lbf.23.1395483300863; Sat, 22 Mar 2014 03:15:00 -0700 (PDT) Received: from dalli.local (c-28a7e355.026-50-73746f15.cust.bredbandsbolaget.se. [85.227.167.40]) by mx.google.com with ESMTPSA id cq4sm7300410lad.5.2014.03.22.03.14.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Mar 2014 03:14:59 -0700 (PDT) Message-ID: <532D62A1.3010309@joh.to> Date: Sat, 22 Mar 2014 11:14:57 +0100 From: Marko Tiikkaja User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: START_REPLICATION TIMELINE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -1.1 (-) 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 Hi, In http://www.postgresql.org/docs/devel/static/protocol-replication.html there's conflicting information about the TIMELINE option. In the syntax part it's not optional, but the text says "If specified, streaming starts on timeline tli; otherwise, the server's current timeline is selected.". Looks like the 9.3 docs always require a timeline to be specified. Regards, Marko Tiikkaja -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs