Re: TOC: List of Figures

2019-07-07 Thread Tom Lane
he TOC (because that was the default behavior for whatever toolchain we were then using) and later took them out precisely because they were useless. Not sure how a list of figures would be any more useful. regards, tom lane

Re: Postgres 11: Table Partitioning and Primary Keys

2019-07-08 Thread Tom Lane
Isn't it the other way around, that the partition key column(s) must be included in the primary key? Maybe I'm confused, but it seems like we couldn't enforce PK uniqueness otherwise. regards, tom lane

Re: Ambiguous language in Table 8.13. Special Date/Time Inputs [EXT]

2019-07-09 Thread Tom Lane
nobody's complained before that it was ambiguous. But, if we're going to change it, let's just s/midnight/00:00:00/ and be done. Making up fancy terminology doesn't improve matters. regards, tom lane [1] git blame dates the text to commit 1b342df00 of 2002-11-11, and apparently it was

Re: TOC: List of Figures

2019-07-08 Thread Tom Lane
ist of them. It's not like it will be any harder to make that change in a year or two than it is today. regards, tom lane

Re: Section 4.1.2.7 contains false information

2019-04-09 Thread Tom Lane
t surely 4.1.2.7 makes it plain that the discussed syntax is for constants. You might need to read 4.2.9 "Type Casts" instead.) regards, tom lane

Re: SET ROLE documentation not entirely correct

2019-04-25 Thread Tom Lane
e browsers but others (at least Safari) cut off the image. regards, tom lane

Re: SPITupleTable members missing in docs

2019-07-15 Thread Tom Lane
since there's no actual functional change here. regards, tom lane

Re: Wrong drop procedure example

2019-08-16 Thread Tom Lane
move the set of failure conditions around, so I'm unconvinced that it'd be an improvement. regards, tom lane

Re: Required locks for ANALYZE

2019-08-20 Thread Tom Lane
e second formulation is pedantically correct, but also unintelligible. Maybe we could make it say "run in parallel with non-DDL activity" ? regards, tom lane

Re: doc: clarify "pg_signal_backend" default role

2019-08-27 Thread Tom Lane
ough the cracks if you add them to the commitfest page.) regards, tom lane

Re: Syntax incorrect for psql 9.6

2019-09-03 Thread Tom Lane
dentifiers have to be double-quoted anywhere in SQL. See https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS particularly the last para in 4.1.1. regards, tom lane

Re: minor doc fixes for REL_12_STABLE

2019-08-22 Thread Tom Lane
that. There's no definitive right answer on the pronunciation. It might be best to try to cast your sentences so that the issue doesn't come up ;-) regards, tom lane

Re: Can we bring some organization to the configure options list?

2019-08-28 Thread Tom Lane
're just ordered differently, and there is more text around them. I did yield to temptation in some small ways though. Comments? regards, tom lane diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4493862..cdc743c 100644 --- a/doc/src/

Cleaning up some remarkably old stuff in installation.sgml

2019-08-28 Thread Tom Lane
-by-blow discussions of decades-old AIX or HPUX bugs either; nor recommendations to use gcc 2.95.3 ;-). The HPUX section actually seems totally unnecessary after removing info that is obsolete or duplicative. Proposed patch attached. regards, tom lane diff --git a/doc/src/sgml

Re: About limitation characters in ECPG's connection string

2019-09-17 Thread Tom Lane
e symbols with special meaning of > the URI parts, e.g. "&" and "?". Hm, I agree that the options part doesn't accept "&", but I don't see anything preventing use of a "?" there. regards, tom lane

Re: dblink version noted at top of documentation

2019-09-18 Thread Tom Lane
https://www.postgresql.org/docs/11/contrib.html might clarify it for you. regards, tom lane

Re: Is it wise to include table inheritence in the tutorial?

2019-08-05 Thread Tom Lane
n't necessarily remove the inheritance section; it's talking about OOP-style inheritance, which you can't get with partitioning. regards, tom lane

Re: SPITupleTable members missing in docs

2019-07-17 Thread Tom Lane
Of course, that was me fat-fingering. Fixed in the attached v3. Thanks for > reviewing! Pushed with some marginal additional fiddling with the comments. regards, tom lane

Re: Formatting of warning about using ident

2019-07-22 Thread Tom Lane
entirely, because the rendering is completely disproportional to the meaning. (Or, maybe, somebody could tinker with the stylesheets?) regards, tom lane

Re: Fix contributor name-related inconsistencies in release-12.sgml

2019-09-28 Thread Tom Lane
f whoever is making the list-of-contributors at the end of a release cycle. So far that's been Peter. regards, tom lane

Re: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate

2019-09-27 Thread Tom Lane
ill fix, thanks for the report! regards, tom lane

Re: Fix contributor name-related inconsistencies in release-12.sgml

2019-09-23 Thread Tom Lane
Alexander Lakhin writes: > While translating Release Notes for version 12 I found some > inconsistencies with contributor names. Proposed changes seem reasonable from here. Pushed, thanks! regards, tom lane

Re: fix tags in v12 Release Notes

2019-09-23 Thread Tom Lane
first reference to a program or function, when there are several close together. Thanks for the fixes! regards, tom lane

Re: invalid ldconfig [option]

2019-09-23 Thread Tom Lane
in new entries. Directories recorded in the hints file by previous runs of ldconfig are also rescanned for new shared libraries. I'm hardly a FreeBSD power user, but that does sound like what is wanted here. regards, tom lane

Re: @> (contains)

2019-09-23 Thread Tom Lane
ity), but it needs to be documented as behaving that way on that > page. Done now. regards, tom lane

Re: WITH RECURSIVE (Documentation section 7.8.1) Note

2019-10-02 Thread Tom Lane
recursion. Another way to look at this is that control of whether the repetition is finished is external to the function/query. If the stop condition were part of the query logic, it'd be more sensible to think of it as recursion, IMO. regards, tom lane

Re: PREPARE and GUC plan_cache_mode

2019-09-30 Thread Tom Lane
no mention that PG 12's plan_cache_mode can modify this > behavior. I think this needs a doc patch. Yeah, agreed. I can do it, or do you want to? regards, tom lane

Re: PREPARE and GUC plan_cache_mode

2019-09-30 Thread Tom Lane
Bruce Momjian writes: > On Mon, Sep 30, 2019 at 12:05:07PM -0400, Tom Lane wrote: >> Yeah, agreed. I can do it, or do you want to? > Uh, I am feeling I can't do anything with the tree until Friday because > of the PG 12 packaging, right? There's not a freeze on docs, as far a

Re: Postgres 11: Table Partitioning and Primary Keys

2019-07-09 Thread Tom Lane
> key)" right after "a unique constraint". Thoughts? I'd leave that alone. I don't think the parenthetical comment about primary keys in your new text is adding much either. regards, tom lane

Re: The word "virgin" used incorrectly and probably better off replaced

2019-11-08 Thread Tom Lane
Alvaro Herrera writes: > On 2019-Nov-08, Tom Lane wrote: >> So the patch becomes s/virgin/pristine/g plus add a parenthetical >> definition for the first use? Works for me. > Well, there are three uses of the word "virgin". The first is for > "virgin user&

Re: The word "virgin" used incorrectly and probably better off replaced

2019-11-11 Thread Tom Lane
By instructing CREATE DATABASE to copy template0 instead of template1, you can create a pristine user database, that is one where no user-defined objects exist and where system objects have not been altered. This is particularly handy ... regards, tom lane

Re: Small typo in func.sgml

2019-11-07 Thread Tom Lane
ou're making some other nearby change. (There are actually instances of this in quite a few places in our docs, if memory serves. I think somebody uses, or used, an editor that tended to remove newlines in that context.) regards, tom lane

Re: Nit: "Immutable" should be "pure"

2019-11-07 Thread Tom Lane
pect it won't be the only entry that needs cross-references to other terminology. regards, tom lane [1] https://commitfest.postgresql.org/25/2305/

Re: documentation for WITH RECURSIVE

2019-11-18 Thread Tom Lane
eed not be ordered" and phrase it more like If there are multiple queries in the WITH clause, RECURSIVE can be written only once, immediately after WITH. It applies to all queries in the WITH clause (but has no effect on queries that do not use either of these features). regards, tom lane

Re: Role membership and DROP

2019-11-15 Thread Tom Lane
Laurenz Albe writes: > On Wed, 2019-11-13 at 17:17 -0500, Tom Lane wrote: >> It might be worth clarifying this point in section 5.7, >> https://www.postgresql.org/docs/devel/ddl-priv.html >> but let's not duplicate that in every ref/ page. > I have attached a proposed p

Re: no mention of GRANT USAGE in postgres_fdw docs

2019-11-15 Thread Tom Lane
"David G. Johnston" writes: > On Fri, Nov 15, 2019 at 12:05 PM Tom Lane wrote: >> I'm not clear why we should duplicate that information here, especially >> when we're not duplicating any of the other essential information about >> how to use IMPORT FOREIGN SCHEMA.

Re: The word "virgin" used incorrectly and probably better off replaced

2019-11-08 Thread Tom Lane
becomes s/virgin/pristine/g plus add a parenthetical definition for the first use? Works for me. regards, tom lane

Re: The word "virgin" used incorrectly and probably better off replaced

2019-11-08 Thread Tom Lane
Now that we explicitly support things like altering the ACLs of system-defined objects, I do not think it's okay to take that part for granted. regards, tom lane

Re: description of Aggregate Expressions

2019-12-05 Thread Tom Lane
As long as there's more than one column expression; the need for that special case is another reason why omitting ROW isn't really a nice thing to do.) regards, tom lane

Re: description of Aggregate Expressions

2019-12-06 Thread Tom Lane
it only works in cases where the aggregate function can accept a composite argument type. Most don't. Moreover, the very same thing holds in *any* expression context, not only aggregate arguments. So if we took this seriously there would have to be a lot of other places plastered with equally confusing/unhelpful addenda. regards, tom lane

Re: Typo in perform.sgml?

2019-12-07 Thread Tom Lane
"These node types will discard subnodes when they detect that a particular subnode won't produce any records required by the query." Actually, that whole para could do with a rewrite; whoever wrote it was obviously not familiar with Strunk & White's dictum "Omit needless words". regards, tom lane

Re: Typo in perform.sgml?

2019-12-07 Thread Tom Lane
f "records" rather than "rows", and different markup choices. I propose the attached ... it's actually a bit longer than the original, but that's because it offers more details. regards, tom lane diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml

Re: Example 42.4. A PL/pgSQL Trigger Function for Auditing

2019-12-16 Thread Tom Lane
s to this code I agree this code could have better style, but maybe that is just more evidence that a well-written example would be helpful? regards, tom lane

Re: BUG #15912: The units of `autovacuum_vacuum_cost_delay` setting should be documented

2019-10-24 Thread Tom Lane
t quite sure whether the ending "by default" is worth writing or not.) Barring objections, I'll run around and make them all look like that. regards, tom lane

Re: JSON: @@-operator

2019-10-29 Thread Tom Lane
t (1 row) The most likely explanation is that you have some non-built-in "jsonb @@ something" operator in your installation. But you did not say what "does not work" means, so I'm just guessing. regards, tom lane

Re: GSoD - a patch for Getting Started tutorial

2019-11-20 Thread Tom Lane
ould be "UNIX domain sockets".) FWIW, I think we've used the first spelling in most places. Which is more "correct", I don't know, but I'm pretty sure that spelling Unix in all-caps has been out of fashion for a very long time. regards, tom lane

Re: GSoD - a patch for Getting Started tutorial

2019-11-19 Thread Tom Lane
gt;> But if we want to cater for clueless beginners, we cannot omit Windows. I have to agree with this point ... fortunately, there's probably only one packaging that's of great interest there, and that's EDB's. regards, tom lane

Re: Role membership and DROP

2019-11-19 Thread Tom Lane
Laurenz Albe writes: > On Fri, 2019-11-15 at 13:41 -0500, Tom Lane wrote: >> Laurenz Albe writes: >>> On Wed, 2019-11-13 at 17:17 -0500, Tom Lane wrote: >>>> It might be worth clarifying this point in section 5.7, >>>> https://www.postgresql.org/docs

Re: documentation for WITH RECURSIVE

2019-11-19 Thread Tom Lane
tax; so it doesn't seem like it's a huge problem that requires multiple explanations. I've pushed a patch for the SELECT reference page. regards, tom lane

Re: Fix contributor name-related inconsistencies in release-12.sgml

2019-09-24 Thread Tom Lane
hink should be undone. I have noted that many of our Japanese contributors show a different name order in their From: line than in their signature/footer, so it's not entirely clear which preference they're expressing. regards, tom lane

Re: Do not use C++ style comments (// comments). Strict ANSI C compilers do not accept them.

2019-09-24 Thread Tom Lane
Peter Eisentraut writes: > PostgreSQL 12 requires C99, so those guidelines should probably be > rephrased from "because old compilers don't accept it" to "because we > like it that way". Yeah, or more formally "to encourage consistent coding style". regards, tom lane

Re: Duplicate paragraph in catalogs.sgml

2019-10-06 Thread Tom Lane
needs to be moved to the pg_statistic_ext_data section (and then reworded a bit). Will fix, thanks for the report! regards, tom lane

Re: grammar mistake in java8-date-time.html ?

2019-10-06 Thread Tom Lane
pect that it was supposed to read: "will be". You'd need to report this to the JDBC project --- this list is just for documentation issues in core Postgres. regards, tom lane

Re: pg error question

2019-10-14 Thread Tom Lane
ee https://wiki.postgresql.org/wiki/Guide_to_reporting_problems (In any case, I think this is off-topic for pgsql-docs.) regards, tom lane

Re: client auth docs seem to have devolved

2019-12-19 Thread Tom Lane
I wrote: > Concretely, I propose the attached. Anybody want to editorialize on > my short descriptions of the auth methods? Pushed after a bit more fiddling with the wording. regards, tom lane

Re: Default user 'postgres' not mentioned in the documentation?

2019-12-22 Thread Tom Lane
ok for a README-type file installed by the package. regards, tom lane

Re: COPY manual is ambiguous about column list

2019-12-19 Thread Tom Lane
OPY FROM will match each listed column in the table to a file column by position (so the number of columns listed must match the number of columns in the file). regards, tom lane

Re: COPY manual is ambiguous about column list

2019-12-19 Thread Tom Lane
me: you've run two nearly independent observations into one sentence. But s/; any/. Any/ might be enough to fix it. regards, tom lane

Re: COPY manual is ambiguous about column list

2019-12-20 Thread Tom Lane
Bruce Momjian writes: > OK, this wording is obviously harder than I thought. Updated patch > attached. That one works for me. regards, tom lane

Re: Typo in perform.sgml?

2019-12-08 Thread Tom Lane
Julien Rouhaud writes: > On Sun, Dec 8, 2019 at 3:51 AM Tatsuo Ishii wrote: >> Thanks for looking into this. The patch looks much cleaner than >> before. > I agree this is way better! Pushed like that, then. regards, tom lane

Re: Lack of detailed documentation

2020-02-10 Thread Tom Lane
is is the draconian space constraints imposed by the tabular format, which is hurting us on a lot of these pages, not just this one. Alvaro did some preliminary investigation towards finding a better way [1], but nobody's tried to push that forward. regards, tom lane [1] https://w

Re: How to restore roles without changing postgres password

2020-02-12 Thread Tom Lane
[ GRANTED BY ] so I suppose whoever added the implementation just forgot about fixing the docs. regards, tom lane

PDF doc build is broken on recent Fedora

2020-02-13 Thread Tom Lane
.fc30.x86_64 Anybody seen this, or have an idea what to poke at? regards, tom lane

Re: Keyword BYTEA missing from Documentation Appendix C

2020-02-07 Thread Tom Lane
PG Doc comments form writes: > https://www.postgresql.org/docs/12/sql-keywords-appendix.html > BYTEA missing from Keyword list. > Is this intentional? It's not a keyword, just a name that happens to be predefined. regards, tom lane

Re: Documentation: 21.5. Default Roles

2020-02-09 Thread Tom Lane
future release. It's Sunday afternoon, and nothing has happened, so I took it on myself to revert this. regards, tom lane

Re: 9.4. String Functions and Operators page does not document that encode adds line breaks

2020-02-09 Thread Tom Lane
n. So far as I can tell, that RFC's requirement for line breaks has not been removed by any later RFC. So you're complaining to the wrong people. regards, tom lane

Re: Lack of detailed documentation

2020-02-09 Thread Tom Lane
could get behind changing them to use, say, a path as LHS. But I don't think there's room to explain how to do rotation if you don't know that already, any more than (say) our explanation of aggregate functions tries to explain statistics. regards, tom lane

Duplicating website's formatting in local doc builds

2020-02-11 Thread Tom Lane
duplicating the website's style isn't the default. Doesn't seem like having authors optimize for some other style is what we really want. regards, tom lane

Re: Duplicating website's formatting in local doc builds

2020-02-11 Thread Tom Lane
"Jonathan S. Katz" writes: > On 2/11/20 1:37 PM, Tom Lane wrote: >> I also wonder why duplicating the website's style isn't the default. >> Doesn't seem like having authors optimize for some other style is >> what we really want. > Oh, and specifically for thi

Re: documenting divergence from the SQL spec

2020-02-14 Thread Tom Lane
It's tough enough to keep one instance of the info up-to-date. So I'd want to see some structure for this that respects that existing set of information. regards, tom lane

Re: Clarification on interactions between query parameters and partial indexes

2020-02-14 Thread Tom Lane
as a constant, to see if it can get a better (but less general) plan that way. I think that's probably what happened in your experiment, but you didn't provide enough details to be sure. regards, tom lane

Re: Getting our tables to render better in PDF output

2020-02-14 Thread Tom Lane
ke they'd be subject to translation. I'm really not eager to turn loose an automatic-zwsp-inserter for a problem that might be mostly hypothetical once we have a more forgiving table layout in place. regards, tom lane

Re: Getting our tables to render better in PDF output

2020-02-12 Thread Tom Lane
Alvaro Herrera writes: > On 2020-Feb-12, Tom Lane wrote: >> I also attached a screenshot of a segment of Table 9-31, to show >> what that layout proposal looks like. It's a little busier, but >> it does have the advantage that it's clearer how to apply that >>

Getting our tables to render better in PDF output

2020-02-11 Thread Tom Lane
L format the trouble threshold is a good deal higher. I wonder if we could improve matters by switching to some narrower font for text in PDF? regards, tom lane [1] https://www.postgresql.org/message-id/2020011618.GA25792%40alvherre.pgsql diff --git a/doc/src/sgml/func

Re: Typo in Documentation for Version 12 Section 40.3

2020-01-09 Thread Tom Lane
st sentence uses "graph" as a verb, while the next one uses "graph" as a noun. Both are correct English, but I can understand that the inconsistency might confuse non-native speakers. Not sure if it's worth changing. regards, tom lane

Re: Documentation: 21.5. Default Roles

2020-01-21 Thread Tom Lane
ybe not. But we have to have a redirect, else external links pointing at this page will be broken. We have done page renames with redirects in the past, if memory serves, so it's possible. But I don't know details. regards, tom lane

Re: Multiple window definitions

2020-01-08 Thread Tom Lane
t the WINDOW keyword. If that wasn't the issue, you need to show more specifically what you tried. I agree that the syntax definition isn't terribly precise, but people don't seem to have trouble with the very comparable rules for, say, FROM or GROUP BY. regards, tom lane

Re: Question to datatype.sgml

2019-12-29 Thread Tom Lane
le.) This value will >> It does actually mean "even and odd". This kind of rounding is also >> called "Banker's Rounding". >> https://en.wikipedia.org/wiki/Rounding#Round_half_to_even > Oh, Thanks! The link is very helpful. I think actually the standard terminology is "round-to-nearest-even". regards, tom lane

Re: Difference options with the CREATE ROLE docs

2020-04-10 Thread Tom Lane
y about updating the manual page for CREATE GROUP though :-(. Will fix, thanks for the report! regards, tom lane

Re: 11.7. Indexes on Expressions

2020-04-10 Thread Tom Lane
s > also allow control over..." > as it appears to pertain to the previous example block. Yeah, I agree, somebody was sloppy about inserting a new paragraph. Will fix, thanks for the report! regards, tom lane

Re: Difference options with the CREATE ROLE docs

2020-04-10 Thread Tom Lane
Euler Taveira writes: > It seems an oversight. I'm attaching patches to fix it in all supported > branches. v11 can be applied cleanly to v12/master. Ah, I'd already done this before seeing your response :-( regards, tom lane

Re: Getting our tables to render better in PDF output

2020-04-13 Thread Tom Lane
ven though or links will take you right to the exact table entry, the index entries generated from the indexterms only point to the page. That seems pretty sad, why isn't it better? regards, tom lane

Re: Getting our tables to render better in PDF output

2020-04-11 Thread Tom Lane
arrow and switch the font to match 's choice, this would work more or less decently, and it's probably cleaner than the bare-entity-reference approach I posted before. I don't have the XSL skills to get that to work though. Anyone want to help out? regards, tom lane [1] https://www.postgresql.org/message-id/23574.1581555393%40sss.pgh.pa.us

Re: Getting our tables to render better in PDF output

2020-04-11 Thread Tom Lane
rticularly wondering how an would render.) regards, tom lane

Re: Getting our tables to render better in PDF output

2020-04-12 Thread Tom Lane
the arrow ends up adjacent to the type name.) So I'm pretty happy with this implementation and will push forward. regards, tom lane diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index e148c90..5936d9a 100644 --- a/doc/src/sgml/styles

Re: Getting our tables to render better in PDF output

2020-04-12 Thread Tom Lane
Corey Huinker writes: > On Sat, Apr 11, 2020 at 6:41 PM Tom Lane wrote: >> Don't have a strong opinion about that, but it'd sure be a lot of new >> anchors. > So I can't speak to any scalability issues for adding a bunch of refs, I did a quick check by adding id tags

Re: pgsql: doc: add examples of creative use of unique expression indexes

2020-04-20 Thread Tom Lane
markup and others not. regards, tom lane

Re: Where is the qualification par in the Query Tree

2020-04-21 Thread Tom Lane
HERE clauses of a SELECT. IOW, Query.jointree->quals. regards, tom lane

Re: Getting our tables to render better in PDF output

2020-04-12 Thread Tom Lane
Corey Huinker writes: > On Sat, Apr 11, 2020 at 6:41 PM Tom Lane wrote: >> Is that going to be a problem for the docs toolchain? If >> the anchors are attached to individual function names rather than >> sections or paragraphs, do they actually work well as link references?

Re: Getting our tables to render better in PDF output

2020-04-12 Thread Tom Lane
Alexander Lakhin writes: > 12.04.2020 20:33, Tom Lane wrote: >> I educated myself a teensy bit about XSL, and unless I'm missing >> something, this is really pretty darn trivial; the attached seems >> to do the trick. > I've come to almost the same solution simultaneousl

Re: 37.10.3

2020-03-13 Thread Tom Lane
t's just PG_ARGISNULL without any type-specific decoration. Will push in a moment. regards, tom lane

Re: ceil/ceiling/floor mathematical functions documented output is incorrect

2020-04-04 Thread Tom Lane
be secondary examples rather than the only one. There's some work afoot to restructure this chapter's function tables in a way that would make that a bit less painful vertical-space-wise, so maybe it'll get done soon. regards, tom lane

Re: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"

2020-04-03 Thread Tom Lane
appens here is that text between quotes is considered quoted (so that, for example, commas within it are not field separators), but that does not exclude there being other unquoted text within the same field value. regards, tom lane

Re: char 0x00

2020-03-26 Thread Tom Lane
t;The contents of a string value must be validly encoded according to the database's encoding, and cannot include the character with code zero". I'd sort of thought we said that there already, but I don't see it. regards, tom lane

Re: char 0x00

2020-03-26 Thread Tom Lane
ng nul rejection in some code path, then we're probably not doing encoding validation at all. regards, tom lane

Re: Rendering pi more nicely in PDF

2020-04-27 Thread Tom Lane
Alexander Lakhin writes: > 26.04.2020 22:13, Tom Lane wrote: >> Use of a new processing-instruction might not be the most elegant >> way to do this ... anyone have a better suggestion? > I would use the phrase tag, which is intended for such uses: [1] [2]. Good i

Re: Rendering pi more nicely in PDF

2020-04-27 Thread Tom Lane
Alexander Lakhin writes: > 27.04.2020 18:04, Tom Lane wrote: >> BTW, I tried to also use this markup inside the template for >> , so we'd only need one font-switching special case not two. >> Didn't work though --- apparently templates don't get applied recursively? &

Rendering pi more nicely in PDF

2020-04-26 Thread Tom Lane
ity isn't loaded yet.) regards, tom lane diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b0afaeb..fdbd4a0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1365,7 +1365,7 @@ repeat('Pg', 4) PgPgPgPg pi ( )

Re: [PATCH] Clarified websearch_to_tqsuery syntax in textsearch.sgml

2020-04-26 Thread Tom Lane
Pavel Borisov writes: > This patch little bit clarifies parsing of operators websearch_to_tqsuery() > function I pushed a version of this. Thanks for noticing the omission. regards, tom lane

Re: Lack of detailed documentation

2020-04-22 Thread Tom Lane
not very happy with that approach. Surely Lockhart[1] got this definition from someplace, though, and didn't invent it out of thin air. regards, tom lane [1] I'd supposed we could blame this stuff on Berkeley, but excavation in our git history shows it c

<    1   2   3   4   5   6   7   >