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

2017-06-16 Thread Peter Eisentraut
On 6/16/17 01:09, Charles wrote: > The suggestion was based on how pg_restore behaved when used this way > (as user postgres on a Debian Jessie server): > > $ dropdb redmine_default > $ pg_restore --create --dbname=postgres > redmine_default-2017-06-11@18\:21\:06.sql If you are using the --crea

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

2017-06-16 Thread Peter Eisentraut
On 6/16/17 10:15, Peter Eisentraut wrote: > On 6/16/17 01:09, Charles wrote: >> The suggestion was based on how pg_restore behaved when used this way >> (as user postgres on a Debian Jessie server): >> >> $ dropdb redmine_default >> $ pg_restore --create --dbname=postgres >> redmine_default-2017-

[DOCS] store procedure

2017-06-16 Thread manish . kumar
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/plpgsql.html Description: hello ,I am new to the postgreSql , so i just want to know is it possible to write a store procedure in postgresql such as mysql. if yes then how .please

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 that's not what it does.