Control: tags -1 moreinfo

Hi Ben,

Re: Ben Finney 2014-02-18 <[email protected]>
> Version: 9.3.2-1
> 
> The documentation specifies that the “json” type is built in, see
> ‘/usr/share/doc/postgresql-doc-9.3/html/datatype-json.html’. However, when
> I try to use this type, the server tells me it doesn't exist:

Works here:

cbe@[local]:5432/postgres 9.3.2 =# CREATE TABLE foo (
cbe@[local]:5432/postgres 9.3.2 (#   id integer NOT NULL,
cbe@[local]:5432/postgres 9.3.2 (#   spam json NOT NULL,
cbe@[local]:5432/postgres 9.3.2 (#   PRIMARY KEY (id)
cbe@[local]:5432/postgres 9.3.2 (# );
CREATE TABLE

Are you sure that was a 9.3 server?

Christoph
-- 
[email protected] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to