Re: [GENERAL] PostgreSQL Syntax questions

2008-06-12 Thread Ben
On Thu, 12 Jun 2008, krishtpt wrote: 1. I am trying to disable constraints from a particular table in postgresql. But I couldn't get the alter command for the same. The documentation is generally pretty good, if you know what you're looking for. At what point in reading http://www.postgresq

[GENERAL] PostgreSQL Syntax questions

2008-06-12 Thread krishtpt
Hi There, I am new to Postgresql. I have few questions regarding the sql syntax in Postgresql. 1. I am trying to disable constraints from a particular table in postgresql. But I couldn't get the alter command for the same. 2. I am trying to fetch all the constraints from a specific table using a