Re: Document reopen of output file via SIGHUP in pg_recvlogical

2025-07-17 Thread Fujii Masao
On 2025/07/18 11:35, Shinya Kato wrote: On Thu, Jul 10, 2025 at 4:48 PM Fujii Masao wrote: Hi, pg_recvlogical continuously writes to the file specified with the --file option, which means the output file can grow indefinitely. To manage file size, some users may want to rotate the output pe

Re: Document reopen of output file via SIGHUP in pg_recvlogical

2025-07-17 Thread Shinya Kato
On Thu, Jul 10, 2025 at 4:48 PM Fujii Masao wrote: > > Hi, > > pg_recvlogical continuously writes to the file specified with the --file > option, > which means the output file can grow indefinitely. To manage file size, > some users may want to rotate the output periodically. > > While reviewing

Re: 2.4 Tutorial COPY weather.txt -- From where?

2025-07-17 Thread Fujii Masao
On 2025/07/05 5:51, PG Doc comments form wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/tutorial-populate.html Description: I'm trying to read the docs/tutorial from start to finish, and I made it to the end of "2.4. Popula

Re: Creating Database Querry in psql CLI

2025-07-17 Thread David G. Johnston
On Tuesday, July 15, 2025, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/tutorial-createdb.html > Description: > > The querry to create database you mentioned in this document (createdb > db_name) i

Re: Creating Database Querry in psql CLI

2025-07-17 Thread Laurenz Albe
On Wed, 2025-07-16 at 03:57 +, PG Doc comments form wrote: > Page: https://www.postgresql.org/docs/17/tutorial-createdb.html > > The querry to create database you mentioned in this document (createdb > db_name) is not working in my Debian OS , rather create database db_name; > is working I

Creating Database Querry in psql CLI

2025-07-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/tutorial-createdb.html Description: The querry to create database you mentioned in this document (createdb db_name) is not working in my Debian OS , rather create database db_name; is wo