deceptively simple question

2001-06-01 Thread Peter H. Burris
I know that when it comes to deleting users from the user table, I could revoke all privileges and use an SQL 'delete from' command, but I wonder if there's an easier script/method for dropping a user? I've been combing the manual for a couple days and while I can create users and grant/revoke

Re: deceptively simple question

2001-06-01 Thread Paul DuBois
At 2:17 PM -0400 6/1/01, Peter H. Burris wrote: I know that when it comes to deleting users from the user table, I could revoke all privileges and use an SQL 'delete from' command, but I wonder if there's an easier script/method for dropping a user? I've been combing the manual for a couple days