On Wed, Jul 29, 2015 at 11:35 AM, Robert Haas wrote:
> On Tue, Feb 17, 2015 at 3:29 AM, Craig Ringer wrote:
>> After spending a while working on the BDR extension I've found that the
>> current documentation on the SPI and bgworkers could use some more detail.
>>
>> In the process I've put cross
I wrote this a very long time ago but apparently it was eaten by a spam
filter before it reached the lists. Resending.
Craig Ringer wrote:
> From c73d1303cb3474ccc799eeda252eeef1fc3d9026 Mon Sep 17 00:00:00 2001
> From: Craig Ringer
> Date: Mon, 16 Feb 2015 18:17:48 +1300
> Subject: [PATCH 1/4]
On Tue, Feb 17, 2015 at 3:29 AM, Craig Ringer wrote:
> After spending a while working on the BDR extension I've found that the
> current documentation on the SPI and bgworkers could use some more detail.
>
> In the process I've put cross reference labels in for most chapter headings,
> as I got si
Hi Everybody,
I saw wrong typo in `ALTER FOREIGN TABLE´ documentation page.(
http://www.postgresql.org/docs/9.1/static/sql-alterforeigntable.html). On
the bottom of page have an example like that.
ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET
opt2, 'value2', DROP opt3 'v