Re: Can you generate SQL by using SQL in Postgres? - Mailing list pgsql-admin

From Jason Minion
Subject Re: Can you generate SQL by using SQL in Postgres?
Date
Msg-id 0105A1BF505D304E9E5AF38B63E40E4E69D308@exchange.siglercompanies.com
Whole thread Raw
In response to Can you generate SQL by using SQL in Postgres?  ("Tomeh, Husam" <htomeh@firstam.com>)
List pgsql-admin
I would recommend against passing a password on the command line, as that will show up on process lists. You really
wantto use a .pgpass file. I found this discussion on google that may be of interest to you: 

http://www.issociate.de/board/post/195308/PostgreSQL_Backup_Script.html

For information on .pgpass file, check:

http://www.postgresql.org/docs/8.0/interactive/libpq-pgpass.html

When used correctly .pgpass files result in no less security than having a password in plain text in another file on
thesystem. Note the permission restrictions. 

If you are writing an application using C, Perl, etc you should directly connect using libpq, DBI, etc and pass the
credentialsthat way. 

Good luck!

Jason Minion
IT Developer
Sigler Printing & Publishing
413 Northwestern Ave
Ames, IA 50010
515-232-6997
jason.minion@sigler.com


-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org]On Behalf Of Tomeh, Husam
Sent: Thursday, May 19, 2005 1:20 PM
To: Tomeh, Husam; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Can you generate SQL by using SQL in Postgres?



I figured out item #1 , generating SQL by using SQL and the system
tables (I guess I just needed to know the postgres system tables
available).  However, item 2 is still not resolved.
Thanks,

--
 Husam

-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Tomeh, Husam
Sent: Thursday, May 19, 2005 10:11 AM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Can you generate SQL by using SQL in Postgres?


Generating SQL from another SQL statement simply means writing an SQL
statement whose output forms another SQL statement or command.

1) Can you generate SQL by using SQL in Postgres? This question is
essential to DBAs because they can generate lots of DLL on the fly from
one single SQL statement and it'll make life much easier and more
efficient. I use it with Oracle and was wondering if it's doable in
Postgres and maybe an example would be even better.

2) the other question is related to passing logon password along with
the user ID or connect string (instead of interactively typing the
password). For instance,   psql -d myDB -U husam     - Can I pass the
password here. Or inside psq using connect l : \c myDB .....

Thanks,

--
  Husam

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

**********************************************************************
This message contains confidential information intended only for the use
of the addressee(s) named above and may contain information that is
legally privileged.  If you are not the addressee, or the person
responsible for delivering it to the addressee, you are hereby notified
that reading, disseminating, distributing or copying this message is
strictly prohibited.  If you have received this message by mistake,
please immediately notify us by replying to the message and delete the
original message immediately thereafter.

Thank you.                                       FADLD Tag
**********************************************************************


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings


pgsql-admin by date:

Previous
From: Juan Miguel
Date:
Subject: Re: postgres 7.2.1 pg_restore large objects
Next
From: "Johnson, Heather"
Date:
Subject: Re: caching complete table for optimizing search ?