Re: [GENERAL] How to remove a user ?

2000-07-12 Thread Justin Jaynes
You can use the command DROP USER username; at the interactive sql prompt. Justin From: "Fred" <[EMAIL PROTECTED]> Reply-To: "Fred" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [GENERAL] How to remove a user ? Date: Tue, 11 Jul 2000 21:09:53 GMT Hi, How to remove a user in postgres ? T

[GENERAL] Using the JDBC Driver in version 7.02

2000-07-10 Thread Justin Jaynes
Hello. I am using Postgres 7.02 on my redhat linux box. I have installed the JDK and a JSP engine. I have also copied the JDBC level 4 Drivers that came with postgresql 7.02 onto my hard drive. When I try to interface with it in java, even after loading the driver with the line: Class.forN