Re: [GENERAL] Get additional constraint information

2015-08-04 Thread Igor Neyman
From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Tobias Fielitz Sent: Monday, August 03, 2015 9:56 PM To: pgsql-general@postgresql.org Subject: [GENERAL] Get additional constraint information select * from information_schema.table_constraints

[GENERAL] Get additional constraint information

2015-08-04 Thread Tobias Fielitz
select * from information_schema.table_constraints where table_name=‘install_crash’; Results here: http://imgur.com/YymSvBS How can I get more information about these constraints, especially on which columns the not null constraints are? Thanks Tobias FielitzCTO StreetHawk +61404267511 tob