169 похожих чатов

This my case. Any resolution for above ? Greatly appreciated.

3 ответов

6 просмотров

Yes. Because if you are NOT in the same session. TMP_T does not exist to you. BTW, WHY are you increasing the size of the field? In this case. USE "TEXT" as your field type. It will grow as needed. This concept of "Needing to increase a column size" in a table... Is VERY STRANGE. Especially while you are using the table, and especially a temporary table. Do you have access to psql? if you do, you can find all of the temp tables with: \dt pg_temp*.tmp_t it will tell you what schema pg_temp_1, etc. has the temp table. It will be USELESS to you, because you cannot affect someone elses temp table.

As @CaptainKirkFan already stated, use TEXT. And not only with temporary tables. If you need global temporary tables take a look at https://github.com/darold/pgtt

Rajini-J Автор вопроса

Похожие вопросы

Обсуждают сегодня

type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
45
А чем вам питонисты не угодили?😂
.
79
Можно ли загрузить скрипт py в бота чтобы он работал по нему? как это сделать?
huskadam #RCC Фанат? @hitlerpvp
13
А дин типизация это хорошо или плохо?
Alexey
12
Исходники плюс документация? Вы гоните)) демок хватит всем
zamtmn
11
Язык Си можно выучить за день? По книжке ANSI C на 230 страниц
Vincent Vegan
29
Hello. Could you please help me with finding all coordinates within a radius using a spatial index, given that I have a table with coordinates? SET @lng = 37.57925; SET @lat ...
Rinchin G
7
Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
76
а что есть "статистика" ? просто подсчет фактов обращения и времен выполнения ?
Сергей
9
Карта сайта