Automate to rename table

Поиск
Список
Период
Сортировка
От Wetmore, Matthew (CTR)
Тема Automate to rename table
Дата
Msg-id a4aa1ded524e423ca3ebbd0fea723315@express-scripts.com
обсуждение исходный текст
Ответ на Automate to rename table  (Rajesh Kumar <rajeshkumar.dba09@gmail.com>)
Ответы Re: Automate to rename table  (Wells Oliver <wells.oliver@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Rajesh Kumar
Дата:
Сообщение: Automate to rename table
Следующее
От: Joseph Hammerman
Дата:
Сообщение: Tracking the dirty tuple read rate