| From: | Neil Anderson <neil(at)postgrescompare(dot)com> |
|---|---|
| To: | stevenchang1213 <stevenchang1213(at)gmail(dot)com> |
| Cc: | PAWAN SHARMA <er(dot)pawanshr0963(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Oracle database into PostgreSQL using Ora2PG tool. |
| Date: | 2017-06-02 20:10:33 |
| Message-ID: | CAEKCySsnnuvhKWg8Cu+s6a=n_T-TH4SkPXdFB-hq+DRH_9S0Fw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 2 June 2017 at 11:57, stevenchang1213 <stevenchang1213(at)gmail(dot)com> wrote:
>
>
> tell me where this function add_job_history() is?
> Actually, I don't think you can count on ora2pg to transform your pl/sql
> code to plpgsql or other (un)trusted procedural language code. It's not that
> simple!
I wonder, does plpgsql compilation check for existence of the
add_job_history function or is that a runtime check?
> you can type "\df add_job_history" in psql session to check it's existence
> if it belongs to public schema or access it using fully qualified name
> scheme.
>
>
> Steven
>
| Attachment | Content-Type | Size |
|---|---|---|
| contacts (1).vcf | text/x-vcard | 165 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Igor Neyman | 2017-06-02 20:18:22 | Re: Oracle database into PostgreSQL using Ora2PG tool. |
| Previous Message | Nicolas Paris | 2017-06-02 18:03:35 | Re: dump to pg |