| From: | "charlie derr" <wrong(at)crosswinds(dot)net> |
|---|---|
| To: | <pgsql-novice(at)postgresql(dot)org> |
| Subject: | RE: requiring a password to connect |
| Date: | 2001-06-27 12:25:53 |
| Message-ID: | NFBBIFIPMKEPOMKBACKIGEABDBAA.wrong@crosswinds.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
obviously, i meant pg_Connect not pgConnect
+-----Original Message-----
+From: pgsql-novice-owner(at)postgresql(dot)org
+[mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of charlie derr
+Sent: Wednesday, June 27, 2001 7:45 AM
+To: pgsql-novice(at)postgresql(dot)org
+Subject: [NOVICE] requiring a password to connect
+
+
+Hi all,
+
+ I am using postgresql in conjunction with php. The
+following code works to
+establish a database connection:
+
+$db = pgConnect("dbname=mydb user=myuser");
+
+
+ I would prefer it if this would fail to connect. Is there
+a command line
+switch I can use to start the postmaster that will require a password to be
+passed in the connection string? Or do I need to recompile postgresql with
+a particular option to achieve the desired behavior? I have
+experienced the
+above on 6.5.3, 7.0.2 and 7.1.2.
+
+ Thank you very much for your time,
+ ~c
+
+
+---------------------------(end of broadcast)---------------------------
+TIP 3: if posting/reading through Usenet, please send an appropriate
+subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
+message can get through to the mailing list cleanly
+
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Williams, Travis L, NPONS | 2001-06-27 13:32:36 | RE: requiring a password to connect |
| Previous Message | charlie derr | 2001-06-27 11:44:32 | requiring a password to connect |