Re: [DOCS] "Comparison of Different Solutions"

2017-09-26 Thread Jaime Casanova
cs actually i wonder why Logical Replication is chapter 31 instead of being in this same chapter -- Jaime Casanova www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql

[DOCS] pg_buffercache

2013-03-06 Thread Jaime Casanova
Hi, has anyone noted that the structure of the pg_buffercache view in the docs has relforknumber and relblocknumber swaped. also, should we add a little description of what values can we find in relforknumber? attached is an extremely simple patch to fix both -- Jaime Casanova www

Re: [DOCS] CREATE USER

2012-05-03 Thread Jaime Casanova
On Wed, May 2, 2012 at 12:09 PM, Robert Haas wrote: > On Tue, Apr 24, 2012 at 2:55 AM, Jaime Casanova wrote: >> On Tue, Dec 13, 2011 at 11:27 PM, Tom Lane wrote: >>> >>> I think it might be sane to emit a WARNING suggesting that CREATEUSER >>> might not

Re: [DOCS] CREATE USER

2012-04-23 Thread Jaime Casanova
ition to do > that. > > I think it might be sane to emit a WARNING suggesting that CREATEUSER > might not mean what you think, but failing is probably not good. > are we going to do this in this release? i never was able to think in a good phrasing for this, though -- Jaime Cas

Re: [DOCS] postgresql manuals

2012-03-29 Thread Jaime Casanova
tgresql-9.1-A4.pdf > > How about you? > i wonder if there is some tool to generate an md5sum in windows. [...googling...} and there are tools for that, this is one: http://www.md5summer.org/ anyway, if your using windows try deactivating any antivirus you have installed (when i used w

Re: [DOCS] CREATE USER

2011-12-09 Thread Jaime Casanova
On Fri, Dec 9, 2011 at 10:21 PM, Tom Lane wrote: > Jaime Casanova writes: >> I just notice that when you create a user using CREATE USER and give >> the user the ability to create other users it gets created as >> SUPERUSER. > > Are you talking about the CREATEUSER

[DOCS] CREATE USER

2011-12-09 Thread Jaime Casanova
ed intentionally too? also i really think the command should raise a WARNING so we now what's happening -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y capacitación -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your

[DOCS] synchronous_commit is not boolean anymore

2011-09-22 Thread Jaime Casanova
Hi, I was reading all this again and found that the docs are still saying that synchronous_commit is boolean... which in my understanding is just not true anymore... attached a one linear patch to fix that -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y

Re: [DOCS] DOCUMENTATION IN OTHERS IDIOMS

2011-08-11 Thread Jaime Casanova
On Thu, Aug 11, 2011 at 11:17 AM, Alvaro Herrera wrote: > > I have reviewed a bunch of them; the rest need some editorial review. > do you have the files or they are in somewhere in the web? maybe i can look one or two if you want -- Jaime Casanova         www.2ndQuadrant.com Pro

Re: [DOCS] DOCUMENTATION IN OTHERS IDIOMS

2011-08-10 Thread Jaime Casanova
ood question: where are we on this? do you know if Gilberto made some advance? -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y capacitación -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] postgres-9.1beta3 typo: recommendable --> recommended

2011-08-01 Thread Jaime Casanova
is refering to the user's resources... maybe we can make it more explicit? -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y capacitación -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] boolean states

2011-05-02 Thread Jaime Casanova
arithmetic is not wrong the above expression is bad. better expressed is: "true", "false" or "unknown"... -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte y capacitación de PostgreSQL -- Sent via pgsql-docs mailing list (pgsql-docs@p

[DOCS] not english bug reports

2010-02-06 Thread Jaime Casanova
Hi, From time to time we get not english bug reports and while some can be managed they could easily get lost in time... maybe we should add a language option to the report bug form and then send to an appropiate list if that exists? -- Atentamente, Jaime Casanova Soporte y capacitación de

Re: [DOCS] Postgres Sql7.3 Update

2009-09-03 Thread Jaime Casanova
On Wed, Sep 2, 2009 at 7:09 AM, kunwarpal.rawat wrote: > > 2.   The list of feature that’s updating in each new version of the > software. > http://www.postgresql.org/about/featurematrix -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo

[DOCS] incorrect syntax for offset

2009-08-18 Thread Jaime Casanova
rows" LINE 1: select * from tab1 limit 3 offset 2 rows; ^ pruebas=# select * from tab1 offset 2 fetch next 3 rows only; ERROR: syntax error at or near "fetch" LINE 1: select * from tab1 offset 2 fetch next 3 rows only;

Re: [DOCS] FAQ_Solaris 1.28 to spanish

2008-11-01 Thread Jaime Casanova
so if you tranlate them now and comunity decides to put them in the "real" docs then you'll have to translate them again... -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 -- Sent via pgsql

Re: [DOCS] "Release date" for aborted releases?

2008-06-07 Thread Jaime Casanova
ot;Never released" sounds better, otherwise people wil find an inconsistency between release notes and downloadable tarballs -- regards, Jaime Casanova Soporte y capacitación de PostgreSQL Guayaquil - Ecuador Cel. (593) 87171157 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql

Re: [DOCS] wal_sync_method

2008-05-17 Thread Jaime Casanova
On Sat, May 17, 2008 at 11:55 AM, Tom Lane <[EMAIL PROTECTED]> wrote: > "Jaime Casanova" <[EMAIL PROTECTED]> writes: >> But in my freshly 8.3.1 instalation on win xp, the default is >> "fsync"... is a *bug* in the docs :) > > More like

[DOCS] wal_sync_method

2008-05-16 Thread Jaime Casanova
win xp, the default is "fsync"... is a *bug* in the docs :) -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Guayaquil - Ecuador Cel. (593) 087171157 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] Proposed doc-patch: Identifying the Current WAL file

2006-04-16 Thread Jaime Casanova
es that adding a SQL function would be a reasonable > thing to do, anyway. > > regards, tom lane > specially for those using windows that hadn't those wonderfull tools... :) -- regards, Jaime Casanova "What they (MySQL) lose in usability, th

[DOCS] mark wath catalogs are shared - was:(Re: [NOVICE] which database to login to to create global users?)

2006-01-04 Thread Jaime Casanova
hat identified > whehter each catalog is shared or not. convenient, but given that the > documentation does contain it, not necessary. > > simply, it would be nice to see it as an overview. > > thank you again. > > pres is this acceptable or usefull? if so, i can do it after work..

[DOCS] TODO says upcoming 8.1 release

2005-11-28 Thread Jaime Casanova
Hi Bruce, In http://www.postgresql.org/docs/faqs.TODO.html says: A hyphen, "-", marks changes that will appear in the upcoming 8.1 release. A percent sign, "%", marks items that are easier to implement. shouldn't say "upcoming 8.2 release"? -- reg