Really simple question.. - Mailing list pgsql-general

From Williams, Travis L, NPONS
Subject Really simple question..
Date
Msg-id AB815D267EC31A4693CC24D234F82916030C4035@ACCLUST02EVS1.ugd.att.com
Whole thread Raw
List pgsql-general
Maybe I missed this somewhere.. but how do you drop a whole row or update a whole row with nulls easily?  I understand
howto do updates.. but I'd prefer not to have to do update table set col1 = null, col2 = null, col3 = null,........
col100= null where col1 = "25" or something.. 

Travis

pgsql-general by date:

Previous
From: "Dave Best"
Date:
Subject: Re: Postgresql -- initial impressions and comments
Next
From: Jean-Christian Imbeault
Date:
Subject: Re: Really simple question..