RL
ладно, спасибо за отзывчивость.
Size: a a a
RL
е
AL
AB
РЖ
е
AL
МШ
date/time field value out of range: "1613045804106"
AB
МШ
DK
ОБ
ОБ
МШ
mshurutov@~ > \d ugl
Таблица "public.ugl"
Столбец | Тип | Правило сортировки | Допустимость NULL | По умолчанию
----------+--------------------------+--------------------+-------------------+--------------
u_id | bigint | | not null |
g_id | bigint | | not null |
start_ts | timestamp with time zone | | |
stop_ts | timestamp with time zone | | |
bitmask | bigint | | |
Индексы:
"ugl_pkey" PRIMARY KEY, btree (u_id, g_id)
Ссылки извне:
TABLE "posts" CONSTRAINT "posts_u_id_fkey" FOREIGN KEY (u_id, g_id) REFERENCES ugl(u_id, g_id)
mshurutov@~ > INSERT INTO ugl (u_id,g_id, start_ts, stop_ts) VALUES (1,1,'2020-12-31 23:59+03', '2021-02-28 23:59+03');
INSERT 0 1
mshurutov@~ >
DK
ОБ
RL
mshurutov@~ > \d ugl
Таблица "public.ugl"
Столбец | Тип | Правило сортировки | Допустимость NULL | По умолчанию
----------+--------------------------+--------------------+-------------------+--------------
u_id | bigint | | not null |
g_id | bigint | | not null |
start_ts | timestamp with time zone | | |
stop_ts | timestamp with time zone | | |
bitmask | bigint | | |
Индексы:
"ugl_pkey" PRIMARY KEY, btree (u_id, g_id)
Ссылки извне:
TABLE "posts" CONSTRAINT "posts_u_id_fkey" FOREIGN KEY (u_id, g_id) REFERENCES ugl(u_id, g_id)
mshurutov@~ > INSERT INTO ugl (u_id,g_id, start_ts, stop_ts) VALUES (1,1,'2020-12-31 23:59+03', '2021-02-28 23:59+03');
INSERT 0 1
mshurutov@~ >
МШ
SB
DK