Re: Incremental backup

2021-10-28 Thread Edu Gargiulo
On Thu, Oct 28, 2021 at 12:36 PM Adrian Klaver wrote: > On 10/28/21 05:23, Edu Gargiulo wrote: > > Hi all, > > > > Is there any way to make incremental backups in postgres-12? > > It would helpful to be more explicit about what you are trying to achieve. > >

Incremental backup

2021-10-28 Thread Edu Gargiulo
Hi all, Is there any way to make incremental backups in postgres-12? Kind regards, -- Eduardo

transpose time-series columnar data

2021-08-17 Thread Edu Gargiulo
Hi all, I got a view that returns values in the following format timestamp | name |value - ts1name1 value11 ts1name2 value12 ts1name3 value13 ts2name1 value21 ts2name2

Re: pg_dump empty tables

2020-06-23 Thread Edu Gargiulo
On Tue, Jun 23, 2020 at 2:25 PM Adrian Klaver wrote: > On 6/23/20 9:44 AM, Edu Gargiulo wrote: > > > > On Tue, Jun 23, 2020 at 11:45 AM Adrian Klaver > > mailto:adrian.kla...@aklaver.com>> wrote: > > > > On 6/23/20 7:37 AM, Edu Gargiulo wrote: > >

Re: pg_dump empty tables

2020-06-23 Thread Edu Gargiulo
On Tue, Jun 23, 2020 at 11:45 AM Adrian Klaver wrote: > On 6/23/20 7:37 AM, Edu Gargiulo wrote: > > > > > > On Tue, Jun 23, 2020 at 10:56 AM Adrian Klaver > > mailto:adrian.kla...@aklaver.com>> wrote: > > > > On 6/23/20 6:48 AM, Edu Gargiulo wrote

Re: pg_dump empty tables

2020-06-23 Thread Edu Gargiulo
On Tue, Jun 23, 2020 at 10:56 AM Adrian Klaver wrote: > On 6/23/20 6:48 AM, Edu Gargiulo wrote: > > On Tue, Jun 23, 2020 at 10:34 AM Adrian Klaver > > mailto:adrian.kla...@aklaver.com>> wrote: > > > > On 6/23/20 6:30 AM, Edu Gargiulo wrote: > >

Re: pg_dump empty tables

2020-06-23 Thread Edu Gargiulo
On Tue, Jun 23, 2020 at 10:34 AM Adrian Klaver wrote: > On 6/23/20 6:30 AM, Edu Gargiulo wrote: > > Hi all, > > > > We are using postgresql 11.7 on Debian. > > I noticed that pg_dump is not including records on tables with fields > > defined as array type

pg_dump empty tables

2020-06-23 Thread Edu Gargiulo
Hi all, We are using postgresql 11.7 on Debian. I noticed that pg_dump is not including records on tables with fields defined as array type (integer[] and real[]). The table structure is normally restored but they have 0 records on restoring. i'm wondering if is it a normal behaviour of pg_dump a