Re: [SQL] postgreSQL editors

2003-12-31 Thread Wei Weng
Michael Glaesemann wrote: On Dec 30, 2003, at 10:05 AM, beyaRecords - The home Urban music wrote: Hi, can anyone recommend a good editor for postgreSQl wich wil enable me to create functions/stored procedures? I am currently running version 7.4.1 on OS X 10.3 If you're looking for an editor to

Re: [SQL] postgreSQL editors

2003-12-31 Thread Rich Hall
can anyone recommend a good editor for postgreSQl wich wil enable me to create functions/stored procedures? I am currently running version 7.4.1 on OS X 10.3 I use PG Manager from EMS Hitech. It is not free but inexpensive. You have everything PostgreSQL-wise at your fingertips. Ver 2.0 was ju

Re: [SQL] postgreSQL editors

2003-12-31 Thread Andy Lewis
I would have to agree with EMS-HiTech's product also. A feature rich, product, very responsive tech support/bug report. PGManager beats the competition hands down. Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Hall Sent: Wednesday, December 3

Re: [SQL] postgreSQL editors

2003-12-31 Thread beyaRecords - The home Urban music
Hi, thanks for the responses to my original question. i have decided to use phpPgAdmin for my database development. I have created the following function: create function GetEmployees() returns setof employee as 'select * from employee;' language 'sql'; With phpPgAdmin you can define the top and

Re: [SQL] postgreSQL editors

2003-12-31 Thread Adam Ruth
I didn't notice an OS X version on their website. Do they have one? On Dec 31, 2003, at 12:57 PM, Andy Lewis wrote: I would have to agree with EMS-HiTech's product also. A feature rich, product, very responsive tech support/bug report. PGManager beats the competition hands down. Andy -Origi