Hi, i'm using Table Grid Editor version 1.20.1 and I want to know what is the name of table that store data from a column type col.xyz.type = textarea.
In cf table, only an id is stored.
Selection_001.png
Thank you
Hi Guilherme,
Have a look at this faq
https://wiki.idalko.com/display/TGPD/How+is+the+grid+table+identifier+calculated
All tge based data is stored in a table which is managed by the add-on. The number in the CF is the number of rows in the grid for that particular issue.
Let me know if this helps,
Francis
Selection_001.png
Hi @Francis Martens (iDalko), I know the table that contains field data. But when I have a field with col.xyz.type = textarea, it doesn't save text itself in the column (Check "comments2") it's a key from another table. This table is what I want.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Textarea columns are clobs allowing to store huge comments. This clobs are implemented differently depending on the database system.
What database are you using ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Francis Martens (iDalko), I'm using PostgreSQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(sorry that I didn't followup earlier - JIRA is much easier to track issues than answers)
Can you check following stackoverflow document
http://stackoverflow.com/questions/12155648/how-to-fetch-text-column-value-from-postgresql
Locate the last answer ...
select convert_from(loread(lo_open(comments2::int, x'40000'::int), x'40000'::int), 'UTF8') from <yourtablename>;
Not sure if this will work - but can you give it a try ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.