On Fri, May 19, 2017 at 5:43 PM, Alvaro Herrera
wrote:
> Daniel Gustafsson wrote:
> > The Legal Notice page has in 10 changed from being uppercased to
> lowercased,
> > and in the process the site no longer sees it as being present in
> previous
> > version of the documentation:
> >
> > https://w
2017-05-23 7:40 GMT-03:00 :
>
> I believe that ("statement" is wrong):
>
> "Row-level BEFORE triggers fire immediately before a particular row is
> operated on, while row-level AFTER triggers fire at the end of the
> statement
> (but before any statement-level AFTER triggers)."
>
>
> should be:
>
On Thu, May 25, 2017 at 10:14 AM, Magnus Hagander
wrote:
> On Fri, May 19, 2017 at 5:43 PM, Alvaro Herrera
> wrote:
>
>> Daniel Gustafsson wrote:
>> > The Legal Notice page has in 10 changed from being uppercased to
>> lowercased,
>> > and in the process the site no longer sees it as being prese
Magnus Hagander wrote:
> > The easiest way to fix the one that Daniel reported would be to just make
> > it have the same name as before, wouldn't it? That would also automatically
> > fix any other cases that would possibly link to LEGALNOTICE. (AFAIK this is
> > the only file that was caps befor
> On 25 May 2017, at 17:44, Magnus Hagander wrote:
>
> Turns out that adding the capability to do aliases was a lot easier than I
> thought :) I've added an alias for legalnotice and also for pg_receivewal,
> pg_resetwal and pg_waldump so far.
Awesome!
> Do we have some more docs pages where
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/tutorial-createdb.html
Description:
In the Postgresql Documentation manual for 9.6.3. I am using windows system
and when i execute "CREATEDB MYDB;", i got "ERROR: syntax error
at
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.3/static/routine-reindex.html
Description:
Hi,
As per the doc provided by postgres, for rebuild index we can do
concurrently which doesn't take any lock.
1)create new index concurrently wi
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/libpq-envars.html
Description:
Environment variable PGREALM seems to have been removed 12 years ago, but it
still exists in the documentation.
https://github.com/postgres/postgres
On Wednesday, May 24, 2017, wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/tutorial-createdb.html
> Description:
>
> In the Postgresql Documentation manual for 9.6.3. I am using windows system
> and when i execute