[SQL]

2002-07-15 Thread Wallingford, Ted
Hi, Can any of you hackers tell me where postgres looks for pg_hba.conf when it starts up? Thanks, Ted ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so t

[SQL] create view security

2000-05-31 Thread Wallingford, Ted
Hi All, I am trying to enable my web site to create views in a database owned by a user called ddirpts. Now, the web server runs as nobody, and nobody has a user and database set up in Postgres.. But the problem is, whenever I have a cgi program issue a create view query on the ddirpts database,

RE: [SQL] POSTGRESQL and PERL?

2000-05-26 Thread Wallingford, Ted
Peter my guess is you can just substitute the variable name in for the actual sortfield name.. select * from company order by $field; That's why variables BEGIN with denotation characters in Perl rather than ending with them (like in basic).. Anyway, let me know if that works... and which modul