oracle script to postgresql

From: "FERREIRA William (COFRAMI)" <william(dot)ferreira(at)airbus(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: oracle script to postgresql
Date: 2005-04-11 12:32:27
Message-ID: 1904E3EB39448246A7ECB76DF34A70B00143B51E@TOCOMEXC03
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi,

i'm trying to port an oracle script to postgresql, but i don't find any
alternative for some problems
this is an extract of the oracle script :

DEFINE MDNSImportBlobDirectory = C:\Temp\_lm_\ExternalTablesSpace\mdns;
@createFraweWorkTables_script.ddl;
@createMDNSProcStockImport.sql &MDNSImportBlobDirectory;

so i need to declare variables and to pass them to others script

is there any alternative for doing this ?

Regards

Will

Browse pgsql-general by date

  From Date Subject
Next Message Weiping 2005-04-11 13:18:34 Re: bytea vs large object in version 8
Previous Message tony 2005-04-11 12:16:10 Re: What are the consequences of a bad database design