Change column from `text` to `text[]` array not work
See original GitHub issueBug report
Describe the bug
I create a table column type is text, saved, change to array not work.
To Reproduce
- create a table from studio
- create a column
images
type istext
- save
- edit table column
images
type toarray
- save
Expected behavior
the column images
type is text[]
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Changing a column from string to string array in postgresql
1 Answer 1 · 1 · create or replace function string_to_string_array(value character varying) returns character varying[] language sql as $$ select ...
Read more >PostgreSQL copy text type column to text[] array type column
When I ran UPDATE parts SET material_size_temp[0] = material_size; I would get values like [0:0]={".021 x 2.450"} instead of {".021 x 2.450"} ....
Read more >ARRAYTOTEXT function - Microsoft Support
The ARRAYTOTEXT function returns an array of text values from any specified range. It passes text values unchanged, and converts non-text values to...
Read more >Safely Alter Postgres Columns with USING - Echobind
A simple ALTER TABLE query, right? CREATE TYPE "ProjectType" AS ENUM ('BILLABLE', 'NONBILLABLE'); CREATE TABLE "Proposal" ( "id" TEXT NOT ...
Read more >Working with text data — pandas 1.5.2 documentation
There are two ways to store text data in pandas: object -dtype NumPy array. ... The implementation and parts of the API may...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Potentially close by https://github.com/supabase/postgres-meta/pull/181
@kiwicopple thanks, it looks like it’s an error in the PostgREST-meta package.