Re: DocBook 5.2

2022-09-26 Thread Bruce Momjian
On Mon, Sep 26, 2022 at 05:42:32PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > On Mon, Sep 5, 2022 at 01:15:08PM +0200, Álvaro Herrera wrote: > >> OK, these seem quite significant changes that are likely to cause great > >> pain. So I repeat my question, what are the benefits of making th

Re: pg_dump: regular expression notation for tables

2022-09-26 Thread Bruce Momjian
On Tue, Sep 6, 2022 at 08:15:14AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/app-pgdump.html > Description: > > Hi, > > The pg_dump page mentions: > > https://www.postgresql.org/docs/curr

Re: DocBook 5.2

2022-09-26 Thread Tom Lane
Bruce Momjian writes: > On Mon, Sep 5, 2022 at 01:15:08PM +0200, Álvaro Herrera wrote: >> OK, these seem quite significant changes that are likely to cause great >> pain. So I repeat my question, what are the benefits of making this >> change? They better be very very substantial. > Would we b

Re: DocBook 5.2

2022-09-26 Thread Bruce Momjian
On Mon, Sep 5, 2022 at 01:15:08PM +0200, Álvaro Herrera wrote: > On 2022-Sep-05, Jürgen Purtz wrote: > > > - > > + > >    User-Defined Types > > OK, these seem quite significant changes that are likely to cause great > pain. So I repeat my question, what are the benefits of making this > chan

PostgreSQL source distribution files

2022-09-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/tutorial-sql-intro.html Description: Section 2.1: https://www.postgresql.org/docs/current/tutorial-sql-intro.html "Examples in this manual can also be found in the PostgreSQL source distr

How to access a database in the pgadmin UI

2022-09-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/tutorial-accessdb.html Description: I have a database that doesn't visualize in the pgadmin UI although I can see this DB in my terminal by executing the right commands.