Re: Increase retention period of a table in database

From: Scott Mead <scottm(at)openscg(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:32:19
Message-ID: 4FA290A9-6840-45C4-8639-D5639720C974@openscg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On Oct 13, 2017, at 08:42, 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.

Postgres itself does not have any way to define a retention period for data as you describe. Once the data goes in, the user or application must issue a statement to delete the data, This would be done by the application vendor ( Cisco). Most likely it’s a configuration option on the admin section of the application. I recommend you contact Cisco support for details.

>
> Any inputs are highly appreciated.
>
> Thanks & regards,
> Ishan Arora
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2017-10-13 15:37:44 Re: Database goes in recovery mode
Previous Message Ashok Kumar Tiwari 2017-10-13 13:31:35 Database goes in recovery mode