Quantcast
Channel: Postgresql: invalid input syntax for integer: "false" - Database Administrators Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by mustaccio for Postgresql: invalid input syntax for integer: "false"

The UNION result set data types will be determined by the logic that favours values that are not string literals -- it is described in detail in the manual, also note that, without an explicit type...

View Article



Postgresql: invalid input syntax for integer: "false"

Below is my table structure CREATE TABLE configurations( id serial NOT NULL, key text, description text, value text, CONSTRAINT configurations_pkey PRIMARY KEY (id))WITH ( OIDS=FALSE);I am inserting...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images