Strange behaviour in Postgresql
问题 I\'m new to Postgresql and I\'m trying to migrate my application from MySQL. I have a table with the following structure: Table \"public.tbl_point\" Column | Type | Modifiers | Storage | Description ------------------------+-----------------------+-----------+----------+------------- Tag_Id | integer | not null | plain | Tag_Name | character varying(30) | not null | extended | Quality | integer | not null | plain | Execute | integer | not null | plain | Output_Index | integer | not null |