Re: Increase retention period of a table in database

From: scott ribe <scott_ribe(at)elevated-dev(dot)com>
To: Ishan Arora <Ishan(dot)Arora(at)anm(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Increase retention period of a table in database
Date: 2017-10-13 13:29:20
Message-ID: 09FB7EFC-BAE2-4591-93B0-F720C80FAED5@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

There is no "retention period" in Postgres. If messages are disappearing after 15 days, then your application is deleting them.

> On Oct 13, 2017, at 6:42 AM, Ishan Arora <Ishan(dot)Arora(at)anm(dot)com> wrote:
>
> Hello Team,
>
> I wanted to know if there is a way to increase the retention period of a table in database?
> I have created a database for storing chat messages; it is integrated with Cisco IM & Presence application. For details on integration:https://www.cisco.com/c/en/us/support/docs/unified-communications/unified-presence-version-80/117735-cups-postgres-00.html
>
> In the created db, the chat messages are stored in the ‘jm’ table for which the retention period seems to be 15 days. I would like to know if this can be increased and how.
>
> Any inputs are highly appreciated.
>
> Thanks & regards,
> Ishan Arora

--
Scott Ribe
https://www.linkedin.com/in/scottribe/
(303) 722-0567

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ashok Kumar Tiwari 2017-10-13 13:31:35 Database goes in recovery mode
Previous Message Ishan Arora 2017-10-13 12:42:08 Increase retention period of a table in database