Query to check Progress of Alter Statements PostgreSQL

Поиск
Список
Период
Сортировка
От Raj kumar
Тема Query to check Progress of Alter Statements PostgreSQL
Дата
Msg-id CACxU--Uso3-GbyNXM8aEHL-yFK2MhBBa+p3Fbs24D-MnEAnkpQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-admin
Hi,

Is there a system table to query the progress of Alter Statements like Type Modification and Key Creation in PostgreSQL?
  1. alter table seqentry1 alter column "timestamp" type text USING "timestamp"::text;
  2. ALTER TABLE ONLY public.seqentry2 ADD CONSTRAINT fk_seq2 FOREIGN KEY (seq_id) REFERENCES public.seqshow(seq_id);
Thanks,
Raj Kumar

В списке pgsql-admin по дате отправления:

Предыдущее
От: pig lee
Дата:
Сообщение: Re: About limitation of using postgresql in china
Следующее
От: Murthy Nunna
Дата:
Сообщение: pg_upgrade failure upgrading from v10.8 to v14.4