On Thu, 2025-12-04 at 18:12 +0100, Radoulov, Dimitre wrote:
> Il Gio 4 Dic 2025, 16:50 Laurenz Albe ha scritto:
> > On Thu, 2025-12-04 at 13:12 +0100, Radoulov, Dimitre wrote:
> > > I would like to request a clarification in the pg_dumpall
> > > documentation regardin
Il Gio 4 Dic 2025, 16:50 Laurenz Albe ha scritto:
> On Thu, 2025-12-04 at 13:12 +0100, Radoulov, Dimitre wrote:
> > I would like to request a clarification in the pg_dumpall
> > documentation regarding Large Objects (LOBs). The current
> > documentation does not exp
On Thu, 2025-12-04 at 13:12 +0100, Radoulov, Dimitre wrote:
> I would like to request a clarification in the pg_dumpall
> documentation regarding Large Objects (LOBs). The current
> documentation does not explicitly state whether pg_dumpall includes
> Large Objects in its outpu
Hello,
I would like to request a clarification in the pg_dumpall
documentation regarding Large Objects (LOBs). The current
documentation does not explicitly state whether pg_dumpall includes
Large Objects in its output.
In the source code (pg_dumpall.c), there is a comment indicating
that
Thank you for responding.
*Best regards,*
*Steve Maio*
On Sun, Apr 8, 2018 at 4:21 PM, Tom Lane wrote:
> "Jonathan S. Katz" writes:
> >> On Apr 7, 2018, at 10:55 AM, PG Doc comments form <
> [email protected]> wrote:
> >> Should this not read :
> >> psql-f outfile postgres
>
> > Technic
"Jonathan S. Katz" writes:
>> On Apr 7, 2018, at 10:55 AM, PG Doc comments form
>> wrote:
>> Should this not read :
>> psql-f outfile postgres
> Technically it is correct: you’re dumping data to an output file,
> and reading the data in from an input file. The documentation
> also makes refere
Hi,
> On Apr 7, 2018, at 10:55 AM, PG Doc comments form
> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/backup-dump.html
> Description:
>
> "The basic usage of this comma
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/backup-dump.html
Description:
"The basic usage of this command is:
pg_dumpall > outfile
The resulting dump can be restored with psql:
psql -f infile postgres
(Actually,
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/app-pg-dumpall.html
Description:
The example to dumb all databases at the bottom of the page "pg_dumpall
>
db.out" works, but I think it would be better to suggest &q