Re: pgAdmin 4 (APT) installation error

2022-02-28 Thread Martín Marqués
Hi Robert, What does `lsb_release -cs` return in your system? If you are on bionic, it should return that. If it doesn't you have a broken lsb. El dom., 27 feb. 2022 22:41, robert escribió: > Hi, > > Great work. the page: >

Query size limitation missing in documentation

2021-11-15 Thread Martín Marqués
ng why the field and query length are limited by 1GB. -- Martín Marqués It’s not that I have something to hide, it’s that I have nothing I want you to see diff --git a/doc/src/sgml/limits.sgml b/doc/src/sgml/limits.sgml index 7713ff7177..b9c0a05b75 100644 --- a/doc/src/sgml/limits.sgml +++ b/do

Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM

2021-05-03 Thread Martín Marqués
(that should be IMO, backported to documentation of earlier versions as it affects all supported versions), at least until such limitation is lifted. Kind regards, Martín -- Martín Marqués It’s not that I have something to hide, it’s that I have nothing I want you to see

Re: Update section on NFS

2019-04-23 Thread Martín Marqués
hould mention? Didn''t read the proposed patch, but would like to point out that I would also add that it has to be mounted without file attribute caching. Regards, -- Martín Marquéshttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services

Re: Incorrect description of autovacuum_vacuum_threshold and autovacuum_vacuum_scale_factor

2018-09-27 Thread Martín Marqués
l.conf file or on > the server command line; but the setting can be overridden for individual > tables by changing table storage parameters. That looks very good IMO. -- Martín Marqués It’s not that I have something to hide, it’s that I have nothing I want you to see

Re: Mistakes between an example and its description

2018-05-10 Thread Martín Marqués
There's another example which creates a UNIQUE index later in the doc, and not the best choice for a first example. Regards, -- Martín Marquéshttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services

Re: Mistakes between an example and its description

2018-05-09 Thread Martín Marqués
strain. > CREATE UNIQUE INDEX title_idx ON films (title); It's not exactly a unique constraint, but it is a unique index, and it should be mentioned in the title of the documentation. -- Martín Marquéshttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services