Automate to rename table - Mailing list pgsql-admin

From Wetmore, Matthew (CTR)
Subject Automate to rename table
Date
Msg-id a4aa1ded524e423ca3ebbd0fea723315@express-scripts.com
Whole thread Raw
In response to Automate to rename table  (Rajesh Kumar <rajeshkumar.dba09@gmail.com>)
Responses Re: Automate to rename table  (Wells Oliver <wells.oliver@gmail.com>)
List pgsql-admin

Simple CRON entry with a script that runs a psql command

 

You can:

 

alter table rename

Or

create table x as select * from original table.

 

Depending on you DDL needs or permissions/setup

 

From: Rajesh Kumar <rajeshkumar.dba09@gmail.com>
Sent: Wednesday, August 9, 2023 1:39 PM
To: pgsql-admin@lists.postgresql.org
Subject: [EXTERNAL] Automate to rename table

 

Hi friends,

 

What is the best way to rename the table name automatically every 30 minutes?

 

pgsql-admin by date:

Previous
From: Rajesh Kumar
Date:
Subject: Automate to rename table
Next
From: Joseph Hammerman
Date:
Subject: Tracking the dirty tuple read rate