UNSUBSCRIBE
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Hello,
Any one who knows, how to start the postgresql service on sun solaris
server. Please help me in this regards.
Thank you.
Regards,
Atul Pedgaonkar
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster
Hello,
Atul here, i have one table and i would like to increase the length of
existing column and the sql statement is
Exisiting Column is "vehicle_make" varchar(30)
SQL: alter table commute_profile alter column "vehicle_make"
varchar(100)
But this gives error.
Hello,
Atul here From india.Anyone who knows how to mirgrate the data from
postgresql7.2 to Oracle9i.Please give the idea or methood to transfer the
data.
Thank you.
Regards,
Atul...
---(end of broadcast)---
TIP 5: Have you checked our ex
Respected sir,
Atul Pedgaonkar here from india. I am using postgresql7.2 as
backend and for front-end ,perl5.6.1. I need some help regarding postgresql
stored procedure. The problem is like this
1)How to create stored procedure in postgresql ?
2)How can i use it