Re: Duplicated name of subsection 29.5.1

2025-08-07 Thread Daniel Gustafsson
> On 7 Aug 2025, at 18:23, Yaroslav Saburov wrote: > > Sorry, my mistake. No problems at all, thanks for the report! -- Daniel Gustafsson

Re: Duplicated name of subsection 29.5.1

2025-08-07 Thread Daniel Gustafsson
s look a bit like a subsection heading given that there is only one entry. -- Daniel Gustafsson

Re: Missing File weather.txt

2025-07-12 Thread Daniel Gustafsson
> On 12 Jul 2025, at 18:41, Tom Lane wrote: > > Daniel Gustafsson writes: >> Or perhaps ”values are separated by a tab character”? > > WFM Thanks, I'll get this pushed once the freeze is over on REL_18_STABLE. -- Daniel Gustafsson

Re: Missing File weather.txt

2025-07-12 Thread Daniel Gustafsson
> On 12 Jul 2025, at 18:23, Tom Lane wrote: > > Fujii Masao writes: >>> On 2025/07/12 7:18, Daniel Gustafsson wrote: >>> It should, fixed in v3. > >> LGTM. Thanks! > > I'm okay with this too. I find myself niggling a bit at the > par

Re: Missing File weather.txt

2025-07-11 Thread Daniel Gustafsson
> On 11 Jul 2025, at 01:36, Fujii Masao wrote: > Since the prcp column isn't specified, its value is NULL. So shouldn't > the fourth field in the data line above be \N instead of 0.0? It should, fixed in v3. -- Daniel Gustafsson v3-0001-doc-Add-example-file-for-COP

Re: Missing File weather.txt

2025-07-10 Thread Daniel Gustafsson
> On 5 Jul 2025, at 19:29, Tom Lane wrote: > > Fujii Masao writes: >> On 2020/01/28 19:18, Daniel Gustafsson wrote: >>> This is only mentioned as an example of another input method, with a link to >>> the COPY page for more information. That being s

Re: Outdated typedefs in documentation

2025-07-10 Thread Daniel Gustafsson
you propose to change, it's a mish-mash of incorrect proposal and unexplained comment removals against a file not present in our tree. Please make an actual patch against the docs you propose to change for us to have something to consider. -- Daniel Gustafsson

Re: "NewbieDoc Docbook Guide" link broken

2025-06-24 Thread Daniel Gustafsson
> On 24 Jun 2025, at 09:44, Michael Paquier wrote: > > On Tue, Jun 24, 2025 at 09:36:20AM +0200, Magnus Hagander wrote: >> On Tue, Jun 24, 2025 at 9:20 AM Daniel Gustafsson wrote: >>> Downloading what newbiedoc still ships shows no trace of docbook >>> introdoc

Re: Fix incorrect UUID index entry in function documentation

2025-06-24 Thread Daniel Gustafsson
> On 24 Jun 2025, at 07:37, Fujii Masao wrote: > I've committed the proposed patch first. If we later agree to change > this part as well, we can commit that separately. What you committed is perfectly fine, thanks! -- Daniel Gustafsson

Re: "NewbieDoc Docbook Guide" link broken

2025-06-24 Thread Daniel Gustafsson
pleasure. The - http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html";> - NewbieDoc Docbook Guide is very helpful for beginners. + a complete O'Reilly book for your online reading pleasure. The https://www.freebsd.org/docproj/";> FreeBSD Documentation Project

Re: Fix incorrect UUID index entry in function documentation

2025-06-23 Thread Daniel Gustafsson
orodin) -- Daniel Gustafsson

Re: Deprecated openssl command option in documentation

2025-06-18 Thread Daniel Gustafsson
1.1 support, which is a fair bit into the future). -- Daniel Gustafsson

Typos in the docs during v18

2025-04-15 Thread Daniel Gustafsson
Going over the docs with a spellchecker now that v18 closed found a few typos as per the attached. I'll apply that shortly unless objected to. -- Daniel Gustafsson v18_doc_typos.diff Description: Binary data

Re: Hyperlink to Logical replication slots instead of physical

2025-04-15 Thread Daniel Gustafsson
ifferent. Should it not link to this instead? : > https://www.postgresql.org/docs/current/logicaldecoding-explanation.html#LOGICALDECODING-REPLICATION-SLOTS Agreed, that seems like the right change. Unless objected to I'll apply the attached diff with the appropriate level of backpatching. --

Re: Broken links in documentation

2025-01-14 Thread Daniel Gustafsson
uoia 2000? The attached fixes the above, with a link to the Stonebraker paper. -- Daniel Gustafsson 404links.diff Description: Binary data

Re: Typo in doc page?

2025-01-07 Thread Daniel Gustafsson
a note should probably > be added to the entry stating that it is correctly spelled. Thanks for the report! I can see the confusion, but it is indeed correctly spelled as the SQL standard defines it as END-EXEC. I'm not convinced we need to add a footnote on it though. -- Daniel Gustafsson

Re: Hyperlinks for source file references

2024-12-02 Thread Daniel Gustafsson
unable to set the before-rewrite url attribute as the child in case there are no children before invoking the ulink template. Maybe someone has better XSLT skills and can make it work? -- Daniel Gustafsson

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-11-20 Thread Daniel Gustafsson
> On 18 Nov 2024, at 20:51, Bruce Momjian wrote: > > On Wed, Nov 6, 2024 at 03:58:18PM +0100, Daniel Gustafsson wrote: >>> On 6 Nov 2024, at 15:51, Alvaro Herrera wrote: >>> >>> On 2024-Nov-06, Daniel Gustafsson wrote: >>> >>>> Com

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-11-12 Thread Daniel Gustafsson
ly tested) diff should fix that according to the currently chosen colorscheme. -- Daniel Gustafsson id_link_bgcolor.diff Description: Binary data

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-11-06 Thread Daniel Gustafsson
> On 6 Nov 2024, at 20:34, David Rowley wrote: > > On Thu, 7 Nov 2024 at 03:58, Daniel Gustafsson wrote: >> >>> On 6 Nov 2024, at 15:51, Alvaro Herrera wrote: >>> Ah, but we kept the #? I thought it was going to be changed to ¶ ... >>> was there any

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-11-06 Thread Daniel Gustafsson
> On 6 Nov 2024, at 15:51, Alvaro Herrera wrote: > > On 2024-Nov-06, Daniel Gustafsson wrote: > >> Committed, and with some help from Magnus, the docs site has been reloaded >> with >> the new CSS. Everything seems to behave as expected when testing in Firef

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-11-06 Thread Daniel Gustafsson
> On 6 Nov 2024, at 07:10, David Rowley wrote: > > On Wed, 30 Oct 2024 at 11:39, Daniel Gustafsson wrote: >> >>> On 29 Oct 2024, at 23:36, David Rowley wrote: >>> Do you have access to make this change? I think it needs to go into >>> https://www.

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-29 Thread Daniel Gustafsson
gweb commitbit so if you roll a patch for it I can take care of the rest. -- Daniel Gustafsson

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-29 Thread Daniel Gustafsson
> On 29 Oct 2024, at 12:31, David Rowley wrote: > > On Thu, 17 Oct 2024 at 20:20, Daniel Gustafsson wrote: >> My main concern is that the relative positioning will push it off screen >> with a >> break on smaller viewports (like phones). > > I can recreate wha

Re: Document how to run only specific regress tests

2024-10-29 Thread Daniel Gustafsson
don't know about regression test internals, I think "extra" would be hard to interpret the meaning of. How about "unexpected"? -- Daniel Gustafsson

Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation

2024-10-23 Thread Daniel Gustafsson
> On 22 Oct 2024, at 10:12, PG Doc comments form wrote: > The correct syntax for inserting data should read: > > INSERT INTO people (name, address) VALUES ('A', 'foo'); > INSERT INTO people (name, address) VALUES ('B', 'bar'); Nice catch, will fix. -- Daniel Gustafsson

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-10-17 Thread Daniel Gustafsson
ion where it's rendered on top of the other content (to keep it from adding vertical scroll) and using absolute positioning anchored on the tag? That would require the h2 to use a position: attribute though. -- Daniel Gustafsson

Re: missing command?

2024-10-16 Thread Daniel Gustafsson
devel/reference-server.html -- Daniel Gustafsson

Re: SET NAMES value value should be single quoted

2024-10-07 Thread Daniel Gustafsson
> On 7 Oct 2024, at 11:33, jian he wrote: > > NAMES > SET NAMES value is an alias for SET client_encoding TO value. > > it should be: > SET NAMES 'value' is an alias for SET client_encoding TO value. Good find, it indeed should. Fixed. -- Daniel Gustafsson

Re: Documentation improvement patch

2024-10-02 Thread Daniel Gustafsson
t; The third version of the patch is attached for your consideration. Thanks, I have gone over and applied most of these changes. I did leave out a few (like the libc one) where the current page had multiple different versions. -- Daniel Gustafsson

Re: Documentation improvement patch

2024-10-01 Thread Daniel Gustafsson
lowercase "join" matches the remainder of the paragraph and makes it more readable IMHO. It's not discussing syntax the user is expected to type so need to make it so. -- Daniel Gustafsson

Re: Count parameter for cursor_to_xml

2024-09-25 Thread Daniel Gustafsson
f rows from the cursor specified by the parameter cursor" That could be rewritten to include the name of the parameter like: "fetches the number of rows indicated by the parameter count from the cursor specified by the parameter cursor". We do mention every other parameter explicitl

Re: Documentation improvement patch

2024-09-10 Thread Daniel Gustafsson
laces on that same page which should be built-in rather than builtin to separate the concept from the parameter value. -- Daniel Gustafsson

Re: Documentation improvement patch

2024-09-06 Thread Daniel Gustafsson
for NOT NULL constraints at all, so they are not This seems mostly to be a question of taste, I don't think not-null is incorrect here. -- Daniel Gustafsson

Re: pg_upgrade -c cannot be run if old cluster is running

2024-09-05 Thread Daniel Gustafsson
This is probably the source of your problem. IIRC, pg_upgrade > needs to be pointed at the actual old data directory, not > PGDATA=/var/lib/pgsql/10/data. Correct, pg_upgrade use the PGDATANEW and PGDATAOLD env variables for the cluster data directories. -- Daniel Gustafsson

Re: Examples Missing

2024-08-27 Thread Daniel Gustafsson
n the description to avoid any confusion. Something like: -INSERT command. The value specified must be a +INSERT command to be nrows. The value specified must be a There are many more options without parameters named in the description though. -- Daniel Gustafsson

Re: Typo in 15.3.4

2024-07-29 Thread Daniel Gustafsson
ight have misunderstood the grammarfrom not being a native speaker), but I'm still inclined to change since weconsistently use "result sets" in the rest of the documentation. --Daniel Gustafsson 0001-doc-Consistent-use-result-set-in-documentation.patch Description: Binary data

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-07-18 Thread Daniel Gustafsson
> On 18 Jul 2024, at 15:49, Tom Lane wrote: > > Daniel Gustafsson writes: >> While not a standard the pilcrow [0] is, AFAICT from a bit of looking at >> other >> docs, commonly used for this. There is a lot of variability though so >> whichever we choose

Re: A minor bug in doc. Hovering over heading shows # besides it.

2024-07-18 Thread Daniel Gustafsson
ndard the pilcrow [0] is, AFAICT from a bit of looking at other docs, commonly used for this. There is a lot of variability though so whichever we choose it will be wrong one for someone. -- Daniel Gustafsson [0] https://en.wikipedia.org/wiki/Pilcrow

Re: Joe Hellerstein's "Looking Back at Postgres" paper

2024-07-04 Thread Daniel Gustafsson
> On 4 Jul 2024, at 22:22, Tom Lane wrote: > > Daniel Gustafsson writes: >> On 4 Jul 2024, at 07:40, Tom Lane wrote: >>> I happened to come across this: >>> https://arxiv.org/pdf/1901.01973 >>> I found this to be really interesting reading,

Re: Joe Hellerstein's "Looking Back at Postgres" paper

2024-07-04 Thread Daniel Gustafsson
> On 4 Jul 2024, at 17:12, Tom Lane wrote: > > Daniel Gustafsson writes: >> Unrelated to that, but reading history.sgml I found this sentend at the end >> of >> the page to be sort of misleading: > >> "Details about what has happened in PostgreSQL

Re: Bibliography reference redirects to a Forbiden page.

2024-07-04 Thread Daniel Gustafsson
Ports, in the > bibliography leads to a forbidden page. Does it still do that? Clicking the link leads me to the referenced paper. -- Daniel Gustafsson

Re: Document when ssl_prefer_server_ciphers went in

2024-07-04 Thread Daniel Gustafsson
> On 3 Jul 2024, at 11:49, Peter Eisentraut wrote: > > On 03.07.24 11:23, Daniel Gustafsson wrote: >> In the documentation for ssl_prefer_server_ciphers we only say it's not in >> "older version" but we omit to specify it further. Since it's a fairly >

Re: Joe Hellerstein's "Looking Back at Postgres" paper

2024-07-04 Thread Daniel Gustafsson
appened in PostgreSQL since then can be found in Appendix E." While technically true, it seems a bit overpromising in a history section to refer to the release notes which are written in a very different way from the prose here (and the release notes are not even in Appendix E anymore). -- Daniel Gustafsson

Re: Document when ssl_prefer_server_ciphers went in

2024-07-03 Thread Daniel Gustafsson
> On 3 Jul 2024, at 18:22, Tom Lane wrote: > > Daniel Gustafsson writes: >> In the documentation for ssl_prefer_server_ciphers we only say it's not in >> "older version" but we omit to specify it further. Since it's a fairly >> important setting

Document when ssl_prefer_server_ciphers went in

2024-07-03 Thread Daniel Gustafsson
dds proper markup in the paragraph while in there). -- Daniel Gustafsson ssl_prefer_cipher.diff Description: Binary data

Re: Avoid too prominent use of "backup" on pg_dump man page

2024-05-29 Thread Daniel Gustafsson
e schema/table in the backup file. +least one schema/table in the file to be restored. Would it make sense to use "import" in some cases instead? -- Daniel Gustafsson

Re: The prompt is not displayed correctly in the example on psql page

2024-04-24 Thread Daniel Gustafsson
> On 22 Apr 2024, at 10:45, Daniel Gustafsson wrote: > >> On 21 Apr 2024, at 12:57, PG Doc comments form >> wrote: >> >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/16/app-psql.html

Re: No documentation on how pg_ctl is installed

2024-04-23 Thread Daniel Gustafsson
gt; documentation is needed here. This sounds like a question for the Homebrew maintainers, the postgres project is not packaging postgres for Homebrew and have no insight into how they do it. -- Daniel Gustafsson

Re: The prompt is not displayed correctly in the example on psql page

2024-04-22 Thread Daniel Gustafsson
stdb(> FROM my_table t1 CROSS JOIN my_table t2 ORDER BY 1 DESC > testdb(> \crosstabview "A" "B" "AxB" ord > ``` That's an impressively eagle-eyed observation, it is indeed showing an open parenthesis where none is. Will fix. -- Daniel Gustafsson

Re: pg_createsubscriber: A more precise link to the initial data sync

2024-04-18 Thread Daniel Gustafsson
> On 16 Apr 2024, at 12:42, Pavel Luzanov wrote: > > Please consider a small correction of the link to the initial data > synchronization section on the pg_createsubscriber page. Agreed, that makes sense. Applied. -- Daniel Gustafsson

Re: tools.ietf.org is decommissioned and our links are redirected

2024-04-10 Thread Daniel Gustafsson
> On 4 Apr 2024, at 12:41, Daniel Gustafsson wrote: > >> On 3 Apr 2024, at 14:23, Magnus Hagander wrote: >> >> On Wed, Apr 3, 2024 at 1:18 PM Daniel Gustafsson > <mailto:dan...@yesql.se>> wrote: >> The tools.ietf.org <http://tools.ietf.org/> serv

Re: psql option

2024-04-09 Thread Daniel Gustafsson
> On 9 Apr 2024, at 18:33, Daniel Gustafsson wrote: > >> On 9 Apr 2024, at 16:05, PG Doc comments form wrote: >> >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/16/app-psql.html >>

Re: psql option

2024-04-09 Thread Daniel Gustafsson
gt; > https://www.postgresql.org/docs/current/app-psql.html Nice catch, will fix. -- Daniel Gustafsson

Re: 8.14.5 jsonb subscripting

2024-04-09 Thread Daniel Gustafsson
ion which the project still supports with bugfixes. -- Daniel Gustafsson

Re: 8.14.5 jsonb subscripting

2024-04-09 Thread Daniel Gustafsson
reading for your version if Postgres: https://www.postgresql.org/docs/12/index.html -- Daniel Gustafsson

Re: 8.14.5 jsonb subscripting

2024-04-09 Thread Daniel Gustafsson
> On 9 Apr 2024, at 16:02, Arne Sommerfelt wrote: > Thats the documentation for v16, not the version you are running. -- Daniel Gustafsson

Re: tools.ietf.org is decommissioned and our links are redirected

2024-04-04 Thread Daniel Gustafsson
> On 3 Apr 2024, at 14:23, Magnus Hagander wrote: > > On Wed, Apr 3, 2024 at 1:18 PM Daniel Gustafsson <mailto:dan...@yesql.se>> wrote: > The tools.ietf.org <http://tools.ietf.org/> server which we use for all > RFC/BCP links in the docs has > been deco

tools.ietf.org is decommissioned and our links are redirected

2024-04-03 Thread Daniel Gustafsson
locations. -- Daniel Gustafsson v1-0001-doc-Update-links-to-RFC-documents-to-avoid-redire.patch Description: Binary data

Re: Fix analyze_sampling docs in postgres-fdw.sgml

2024-03-04 Thread Daniel Gustafsson
e changed, will fix. >> - Add a statement 'The option specified on a table overrides an option >> specified for the server.' > > I think that applies to all options. It would be better to have a general > statement to that effect at the beginning of the "Options" section. Yeah, that might be a good idead. -- Daniel Gustafsson

Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual

2024-02-23 Thread Daniel Gustafsson
x27;t have a copy of the standard though so I'll leave it to someone who does comment. -- Daniel Gustafsson

Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual

2024-02-23 Thread Daniel Gustafsson
, unless Peter (on cc:) objects. -- Daniel Gustafsson f303.diff Description: Binary data

Re: [PATCH] Fix link to pg_ident_file_mappings

2024-02-20 Thread Daniel Gustafsson
> On 21 Feb 2024, at 03:24, Erik Wienhold wrote: > > The docs on pg_reload_conf() in v15, v16, and devel have an incorrect > link to pg_ident_file_mappings. The attached patch fixes that. Nice catch, will fix. -- Daniel Gustafsson

Re: Broken link in pgcrypto documentation

2024-02-13 Thread Daniel Gustafsson
> On 13 Feb 2024, at 21:24, Magnus Hagander wrote: > > On Tue, Feb 13, 2024 at 9:08 PM Tom Lane wrote: >> >> Daniel Gustafsson writes: >>> On 13 Feb 2024, at 20:42, Tom Lane wrote: >>>> I'm a little dubious about the "Technical References

Re: Broken link in pgcrypto documentation

2024-02-13 Thread Daniel Gustafsson
> On 13 Feb 2024, at 20:42, Tom Lane wrote: > > Magnus Hagander writes: >> On Tue, Feb 13, 2024 at 7:12 PM Daniel Gustafsson wrote: >>> However, I wonder if we aren't better off removing the "Useful Reading" >>> section >>> altog

Re: Broken link in pgcrypto documentation

2024-02-13 Thread Daniel Gustafsson
is unlikely to provide more insights than what more curated sites can do. -- Daniel Gustafsson

Re: bgwriter_delay

2024-02-11 Thread Daniel Gustafsson
writer GUCs so it doesn't seem like an unreasonable idea. It might not help too many, but not printing it at all clearly doesn't really help anyone. -- Daniel Gustafsson

Re: Pathetic pedantry

2024-02-08 Thread Daniel Gustafsson
> On 7 Feb 2024, at 22:33, PG Doc comments form wrote: > [ STRATEGY [=] strategy ] ] > > ...has a superfluous ], I think? Nice catch, it sure seems like so. Will fix, thanks for the report! -- Daniel Gustafsson

Re: Broken link

2024-02-06 Thread Daniel Gustafsson
> On 6 Feb 2024, at 11:46, Alvaro Herrera wrote: > > On 2024-Feb-06, Daniel Gustafsson wrote: > >>> On 5 Feb 2024, at 22:23, PG Doc comments form >>> wrote: >> >>> This page has a link that says "See the release notes for Postgr

Re: Broken link

2024-02-06 Thread Daniel Gustafsson
ase notes though. While not directly to the v12 release notes, it leads to a page where the release notes are linked from which seems good enough here. This is a note on a change that happened in the oldest still supported version, with the previous behavior EOL. -- Daniel Gustafsson

Re: Missed information about clientname=CN option

2024-02-01 Thread Daniel Gustafsson
> On 1 Feb 2024, at 08:35, David G. Johnston wrote: > maybe move the wording to the cert page and replace the content in > pg_hba.conf with a link to there. Leaning toward the later ATM. That sounds like the best option IMHO, care to propose a patch? -- Daniel Gustafsson

Re: unknown option --subject

2024-02-01 Thread Daniel Gustafsson
ingle dash. Thanks for the report, I'll fix this backpatched down to 14 where it was introduced. -- Daniel Gustafsson

Re: ERROR: plpython3u

2024-01-25 Thread Daniel Gustafsson
eral mailinglist or pgsql-novice list for help getting started: https://www.postgresql.org/list/ -- Daniel Gustafsson

Incorrect grammar on ALTER EVENT TRIGGER

2024-01-24 Thread Daniel Gustafsson
login_trigger enable always trigger; ^ The attached trivial patch removes the extra keyword, which needs to be backpatched all the way down. -- Daniel Gustafsson alter_evt.diff Description: Binary data

Re: SQL command : ALTER DATABASE OWNER TO

2024-01-24 Thread Daniel Gustafsson
inherit the privileges of the >owning role) and able to SET ROLE to the new owning > role. > + All object privileges of the old owner are transferred to the new owner > + along with the ownership. > Doesn't seem unreasonable to me, it won't make the docs harder to read and use for experienced users while it may make them easier to follow for new users. -- Daniel Gustafsson

Re: Missing information on '-X' in section 26.3.6.1.

2024-01-24 Thread Daniel Gustafsson
it doesn't hurt to spell out what we take for granted but a newcomer have to figure out in order to make the documentation easy to follow for new users. Something like the attached would be enough I think. -- Daniel Gustafsson pg_basebackup_X.diff Description: Binary data

Re: 37.10.5 - outdated compiler for FreeBSD

2024-01-17 Thread Daniel Gustafsson
t, the attached diff updates the compiler and comment as per the above. Unless there are objections I'll go ahead with that. -- Daniel Gustafsson freebsd_compiler.diff Description: Binary data

Re: 'bar' shouldn't be a string in example

2023-12-19 Thread Daniel Gustafsson
_data_wrapper where fdwname='dummy'; fdwoptions -- {foo=1,drop=bar} (1 row) This has been incorrect since forever so I will backpatch this into all supported versions. -- Daniel Gustafsson

Re: Restore to a new database from a backup (.tar) generated from

2023-12-01 Thread Daniel Gustafsson
This form is not intended to be used for general questions about postgres, please use the appropriate mailinglist for this. In your case I would recomment pgsql-general. https://www.postgresql.org/list/ -- Daniel Gustafsson

Re: add new acronym "AM"

2023-11-13 Thread Daniel Gustafsson
> On 13 Nov 2023, at 12:20, Alvaro Herrera wrote: > > On 2023-Nov-13, Daniel Gustafsson wrote: > >> That's a fair point. It's sort of hard to refer back from the acronym list >> though since we don't have a single Access Method section but instead o

Re: Missing ;

2023-11-13 Thread Daniel Gustafsson
es. No need for an apology. *All* contributions are valuable, big and small. I'll go ahead and fix this, thanks for the report! -- Daniel Gustafsson

Re: add new acronym "AM"

2023-11-13 Thread Daniel Gustafsson
for Indexes and one for Relations. In the attached diff I propose that we add a glossary entry for Access Method (suggested better wording much appreciated) which the acronym can refer to. Being such a core concept it doesn't seem like a bad idea to explain it. -- Daniel Gustafsson am_acronym.diff Description: Binary data

Re: Example 43.6. A PL/pgSQL Trigger Function for Maintaining a Summary Table

2023-10-27 Thread Daniel Gustafsson
not I think it should be backpatched all the way since it exists for all supported versions. -- Daniel Gustafsson

Re: pg_isready --dbname option is broken. So it should not be in the manual

2023-10-26 Thread Daniel Gustafsson
0604%40agliodbs.com> > > Read the notes section. The notes section is pretty hidden though, I can sympathize with anyone missing it and maybe making the info a bit more visible would be good? -- Daniel Gustafsson

Re: Example 43.6. A PL/pgSQL Trigger Function for Maintaining a Summary Table

2023-10-26 Thread Daniel Gustafsson
book referred to for the example, we don't expect our readers to either so it seems to me that we could remove it from the example to avoid risk of confusion. Would you like to propose a patch for this? -- Daniel Gustafsson

Re: Wrong link in the documentation for versions 11, 12

2023-10-25 Thread Daniel Gustafsson
docs/11/view-pg-sequences.html) is incorrect, so > I've fixed it. Patches are attached, please have a look. Thanks for the report, this is indeed incorrect. I've applied this patch to 11 and 12. -- Daniel Gustafsson

Re: Typo in PL/pgSQL trigger Example 43.4?

2023-10-09 Thread Daniel Gustafsson
's intended to be a variable or column reference than > a built-in function. Agreed, and "user" is a hard search term to use for discovering what it is. +1 for changing to current_user. -- Daniel Gustafsson

Re: Hyperlinks for source file references

2023-09-28 Thread Daniel Gustafsson
> On 27 Sep 2023, at 15:18, Peter Eisentraut wrote: > > On 25.09.23 13:09, Daniel Gustafsson wrote: >> Commit b73c3a11963 introduced xyz >> hyperlinks for files in the postgres source tree by linking to the gitweb >> interface at git.postgresql.org. This, IMO, ma

Re: pg_upgrade doc uses inconsistent versions within the doc.

2023-09-27 Thread Daniel Gustafsson
od point, how is this attached patch? LGTM. -- Daniel Gustafsson

Re: Hyperlinks for source file references

2023-09-25 Thread Daniel Gustafsson
> On 25 Sep 2023, at 14:22, Alvaro Herrera wrote: > > On 2023-Sep-25, Daniel Gustafsson wrote: > >> This does of course present a question for the backbranches, pointing to the >> HEAD version in the docs for a previous major release isn't entirely >> accurat

Hyperlinks for source file references

2023-09-25 Thread Daniel Gustafsson
e that we might as well sort out now what to do about that. -- Daniel Gustafsson

Re: Typo/wording on https://www.postgresql.org/docs/current/catalog-pg-class.html

2023-09-22 Thread Daniel Gustafsson
ather than any change of technical content. > I propose the attached. (I also modified the para's last sentence to > speak of "kind" not "type", for consistency with the relkind field name > and the rest of the para.) LGTM. -- Daniel Gustafsson

Re: Typo/wording on https://www.postgresql.org/docs/current/catalog-pg-class.html

2023-09-20 Thread Daniel Gustafsson
lmost". While I'm not a native english speaker I do believe this wording is correct (although I guess your version would be semantically the same or very close to it). It was done in commit 83501ef4ca some 20+ years ago. -- Daniel Gustafsson

Re: file-fdw and force_null

2023-09-18 Thread Daniel Gustafsson
> On 13 Sep 2023, at 22:10, Boshomi Phenix wrote: > > Am Di., 12. Sept. 2023 um 12:25 Uhr schrieb Daniel Gustafsson > mailto:dan...@yesql.se>>: > > Considering that we don't really have the OPTIONS syntax documented in an > example, and that we reference COPY

Re: file-fdw and force_null

2023-09-12 Thread Daniel Gustafsson
It might be worth replacing this to make the docs more uniform, but that's for another patch (and thread), for now it's using the same syntax already present here. -- Daniel Gustafsson file_fdw_options.diff Description: Binary data

Re: Include PostgresNIO Swift client in the Documentation

2023-08-23 Thread Daniel Gustafsson
> On 22 Aug 2023, at 16:25, Jonathan S. Katz wrote: > > On 8/22/23 3:10 AM, Daniel Gustafsson wrote: > >> This is in line with what I imagined as well, so unless anyone thinks >> otherwise >> I will apply this and backpatch it to all branches. > > I could

Re: Include rust as an externally maintained procedural language

2023-08-22 Thread Daniel Gustafsson
trix >>> >>> Similar to this thread[1], I wonder if we just link to the wiki from the >>> documentation, given it will be easier to maintain the list from there. >> Makes sense. > > Please see attached patch that does exactly this. It follows similar > semantics as [1]. LGTM, let's apply it along with the patch in [1] to all branches. -- Daniel Gustafsson

Re: Include PostgresNIO Swift client in the Documentation

2023-08-22 Thread Daniel Gustafsson
> On 22 Aug 2023, at 05:23, Jonathan S. Katz wrote: > > On 8/21/23 10:55 AM, Jonathan S. Katz wrote: >> On 8/21/23 7:58 AM, Daniel Gustafsson wrote: >>>> On 11 Aug 2023, at 02:23, Jonathan S. Katz wrote: >>> >>>> The last time this came u

Re: In docs there is no "Installation from Binaries" section

2023-08-21 Thread Daniel Gustafsson
think we should attempt to describe them in more detail than what we currently do. -- Daniel Gustafsson

Re: Include PostgresNIO Swift client in the Documentation

2023-08-21 Thread Daniel Gustafsson
ders will likely skim over and immediately look at the table, missing the small disclaimer. I wonder if we aren't serving our users better by removing the table and only referring to the Wiki page? Having two lists will prompt the discussion of what to include where over and over again, whi

  1   2   3   >