Closed softmarshmallow closed 4 months ago
Here are some useful resources I found.
int, int2, int4, int8, smallint, integer, bigint, decimal, numeric, real, float, float4, float8, double precision, money, character varying, varchar, character, char, text, citext, hstore, bytea, bit, varbit, bit varying, timetz, timestamptz, timestamp, timestamp without time zone, timestamp with time zone, date, time, time without time zone, time with time zone, interval, bool, boolean, enum, point, line, lseg, box, path, polygon, circle, cidr, inet, macaddr, tsvector, tsquery, uuid, xml, json, jsonb, int4range, int8range, numrange, tsrange, tstzrange, daterange, int4multirange, int8multirange, nummultirange, tsmultirange, tstzmultirange, multidaterange, geometry, geography, cube, ltree
This is a example response from supabase postgrest open api endpoint.
I am havving trouble parsing the format since I cannot find any standard refering to
timestamp with time zone
it's not a postgrest standard nor postgresql standard way of represeting a format.Where can I find a exact format sheet for this and build a solid parser around it?
Searches..
ChatGPT knows some, but cannot trust these.