On Sat, Sep 16, 2017 at 9:31 PM, wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.5/static/sql-creategroup.html
> Description:
>
> Options from subject are still available according to CREATE ROLE
> definition
>
> Please upda
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/runtime-config.html
Description:
"Chapter 19.2 File Locations" starts by stating "In addition to
the
postgresql.conf file already mentioned..."
That's not at all helpful when I'v
Thanks a lot tom lane.
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-docs-f2165602.html
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
On Monday, September 18, 2017, wrote:
>
> But if the variable is not set, I want the script to prompt for
> it.
In version 10 this should be doable, we introduced \if conditionals. You
might be able to hack up something via "\!" in 9.6 and earlier (haven't
tried it myself).
David J.
zszmigi...@gmail.com writes:
> The following documentation comment has been logged on the website:
> Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html
> Description:
> [ GROUP ] role_name
> How to read this role specification?
> According to notation the erroneous:
> "ALTER RO
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.2/static/app-psql.html
Description:
I want to make a small script to show the primary key for a table and put
the name into a variable.
Called from another script, the tablename is set in
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/logical-replication-config.html
Description:
Hi!
In this section:
https://www.postgresql.org/docs/10/static/logical-replication-config.html
the following sentences make no sense i
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html
Description:
[ GROUP ] role_name
How to read this role specification?
According to notation the erroneous:
"ALTER ROLE GROUP role_name"
should be supported
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.5/static/sql-creategroup.html
Description:
Options from subject are still available according to CREATE ROLE
definition
Please update syntax description
At this moment no difference betwee
Hello Peter,
19.09.2017 23:05, Peter Eisentraut wrote:
I would choose some standard way to have separate content in the same
file, but if the overhead is not acceptable, and we're not going to
extend the profiling usage, then we need to invent something that will
complicate XML-related processing
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/datatype-character.html
Description:
removing trailing spaces on (implicit) cast from char to text can be
painful, and always surprising as shown in example with
SELECT 'a '::CHAR
11 matches
Mail list logo