I want a postgres function to generate ctid where condition for table migration based ctid

Поиск
Список
Период
Сортировка
От yanliang lei
Тема I want a postgres function to generate ctid where condition for table migration based ctid
Дата
Msg-id 143f1cb4.3c39.19863bf61c3.Coremail.msdnchina@163.com
обсуждение исходный текст
Список pgsql-docs
for instance,
select * from  tabxxx where  ctid >= '(0,0)' AND ctid <= '(27,0)'
select * from  tabxxx where  ctid > '(27,0)' AND ctid <= '(57,0)'
select * from  tabxxx where  ctid > '(57,0)' AND ctid <= '(69,0)'
and so on

I want to generate a table ‘s  ctid condition automatically

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