Re: [DOCS] Missing docs: setting up replication slots for standbys

2014-09-04 Thread Michael Paquier
On Thu, Sep 4, 2014 at 3:06 PM, Josh Berkus wrote: > On 09/03/2014 11:03 PM, Andres Freund wrote: >> and I'm pretty sure primary_slot_name and such is configured at the >> appropriate place too. > > Huh. I can't seem to find any way to navigate to that page. What is it > supposed to be under? Ca

[DOCS] Broken example in PL/PgSQL documentation

2014-09-04 Thread Marko Tiikkaja
Hi, Just came across a broken example in the docs: local:marko=#* select * from extended_sales(1); ERROR: column reference "quantity" is ambiguous LINE 1: SELECT quantity, quantity * price FROM sales ^ DETAIL: It could refer to either a PL/pgSQL variable or a table column. QUERY