Re: Can you generate SQL by using SQL in Postgres?

Поиск
Список
Период
Сортировка
От Tomeh, Husam
Тема Re: Can you generate SQL by using SQL in Postgres?
Дата
Msg-id C45835824D00A844BBD0F032D5CDED920116DACF@pisgana01sxch01.ana.firstamdata.com
обсуждение исходный текст
Ответ на Can you generate SQL by using SQL in Postgres?  ("Tomeh, Husam" <htomeh@firstam.com>)
Список pgsql-admin
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



В списке pgsql-admin по дате отправления:

Предыдущее
От: lorid
Дата:
Сообщение: how to ignore case
Следующее
От: "Jason Minion"
Дата:
Сообщение: Re: Can you generate SQL by using SQL in Postgres?