Re: [DOCS] Suggested changes to plpgsql-structure section of plpgsql

2017-07-17 Thread Tom Lane
Kurt Kartaltepe writes: > My suggestion is to add in a mention that using the double dollar > syntax is typical for function body declarations and provide a link to > the > https://www.postgresql.org/docs/9.6/static/sql-syntax-lexical.html#SQL-SYNTAX-DOLLAR-QUOTING > section similar to what is pr

[DOCS] Suggested changes to plpgsql-structure section of plpgsql

2017-06-24 Thread Kurt Kartaltepe
I suggested this in IRC and they recommended sending it to this mailing list, at https://www.postgresql.org/docs/9.6/static/plpgsql-structure.html when introducing plpgsql functions the double dollar quote is used and assumes the user is familiar with it. In my experience people may happen across t