[DOCS] pg_restore man page (version 9.4) > -d/dbname clarification request

2017-06-15 Thread Charles
Hello pgsql-docs :-) Please consider changing "Connect to database dbname and restore directly into the database" to "Connect to database dbname and restore directly into the database named in the input file" Best Charles -- Sent via pgsql-docs mailing list (pgsql-doc

Re: [DOCS] pg_restore man page (version 9.4) > -d/dbname clarification request

2017-06-16 Thread Charles
On 15/06/17 20:48, Peter Eisentraut wrote: On 6/15/17 00:00, Charles wrote: Please consider changing "Connect to database dbname and restore directly into the database" to "Connect to database dbname and restore directly into the database named in the input file" But tha

[DOCS] Suggestions on Chapter 5.7 Row Security Policies and CREATE POLICY

2015-07-18 Thread Charles Clavadetscher
-createpolicy.html): Same problem as in previous note: mixed usage of add and create. Let me know if I am supposed to provide concrete passages for what I mentioned above. I don't know, what the normal process in these cases is. Thank you and bye Charles -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] Missing COMMENT ON POLICY

2015-09-12 Thread Charles Clavadetscher
it would look like: COMMENT ON POLICY policy_name ON table_name | Between OPERATOR FAMILY object_name USING index_method | and [ PROCEDURAL ] LANGUAGE object_name | Regards Charles -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http

Re: [DOCS] Missing COMMENT ON POLICY - update

2015-09-12 Thread Charles Clavadetscher
I posted a patch for this on pgsql-hackers. Regards Charles > -Original Message- > From: pgsql-docs-ow...@postgresql.org [mailto:pgsql-docs- > ow...@postgresql.org] On Behalf Of Charles Clavadetscher > Sent: Sonntag, 13. September 2015 07:36 > To: pgsql-docs@postgresq

Re: [DOCS] Problem about connect Postgre using ADO.NET

2017-05-24 Thread Charles Clavadetscher
e the driver and enter connection and login information. How you create a DSN depends on the version of Windows you are on. Hope this helps. Regards Charles > Thanks! > > > > -- >