[pgadmin-support] transport Procedural and Function from MS SQL Enterprise Manage to PostgreSQL

2002-09-17 Thread XIE, Rong
hallo, I have PostgreSQL in Linux. I use it with pgAdminII in Wondows2000.how can I transport Procedural and Function from MS SQL Enterprise Manage toPostgreSQL.Thanks!!!rongCREATE FUNCTION dbo.getICNroh (@Bogen_Nr smallint)RETURNS smallint ASBEGIN    DECLARE @myRet int--Rohwert der Skala 1

[pgadmin-support] help me!!

2003-02-12 Thread XIE, Rong
Hello,   My name is rong xie. I am a Student at TU-Munich. I have a question to Postgresql an Linux. e.g: for IBM DB2: I can write a test.sql file.   --test.sql connect to database1; set schema xie; select * from table1; insert table1 value('rong','xie',22); select * from table1; terminate