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
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
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
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
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
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
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