Re: [DOCS] pg_file_settings and catalog.sgml

2015-06-11 Thread Fujii Masao
On Fri, Jun 12, 2015 at 1:47 AM, Fujii Masao wrote: > Hi, > > System catalogs and views should be listed in alphabetical order, > but only pg_file_settings view not. The attached patch fixes this > alphabetization. > > The patch also fixes two typos in comments related to pg_file_settings. Applie

Re: [DOCS] Using '>' in docs

2015-06-11 Thread Bruce Momjian
On Thu, Jun 11, 2015 at 10:51:25PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > I see 34 instance of "=>" in our docs. Shouldn't the '>' be escaped, > > e.g. =>? > > In principle, yes, though you can often get away with this as long as > there's not a '<' nearby ... Yeah, that's what I th

Re: [DOCS] Using '>' in docs

2015-06-11 Thread Tom Lane
Bruce Momjian writes: > I see 34 instance of "=>" in our docs. Shouldn't the '>' be escaped, > e.g. =>? In principle, yes, though you can often get away with this as long as there's not a '<' nearby ... regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs

[DOCS] Using '>' in docs

2015-06-11 Thread Bruce Momjian
I see 34 instance of "=>" in our docs. Shouldn't the '>' be escaped, e.g. =>? -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To

Re: [DOCS] Failed in moving database objects to another tablespace

2015-06-11 Thread JasmineLiu
Euler Taveira wrote > On 10-06-2015 23:41, liuyuanyuan wrote: >> Then, I tried to execute an sql command like this: >> >> ALTER TABLESPACE pg_default MOVE TABLES OWNED BY yy TO "table"; >> > This syntax was changed _before_ 9.4 release. The new syntax is: > > ALTER TABLE ALL IN TABLESPACE foo

Re: [DOCS] Failed in moving database objects to another tablespace

2015-06-11 Thread Euler Taveira
On 10-06-2015 23:41, liuyuanyuan wrote: > Then, I tried to execute an sql command like this: > > ALTER TABLESPACE pg_default MOVE TABLES OWNED BY yy TO "table"; > This syntax was changed _before_ 9.4 release. The new syntax is: ALTER TABLE ALL IN TABLESPACE foo SET TABLESPACE bar; The problem

[DOCS] pg_file_settings and catalog.sgml

2015-06-11 Thread Fujii Masao
Hi, System catalogs and views should be listed in alphabetical order, but only pg_file_settings view not. The attached patch fixes this alphabetization. The patch also fixes two typos in comments related to pg_file_settings. Regards, -- Fujii Masao *** a/doc/src/sgml/catalogs.sgml --- b/doc/sr