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 just released and they are very responsive to bug reports.

Rick

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
  http://www.postgresql.org/docs/faqs/FAQ.html


Re: [SQL] Virtual records

2004-01-05 Thread Rich Hall
How about a stored procedure that generates the set of records 
programatically.

Rick

Kumar wrote:

Dear Friends,
 
I am working with Postgres 7.3.4 on RH Linux. Here is a need while 
developing an Calendar application.
 
I have a scheduled meeting at every month. While opening the calendar 
next 2 month, I need to populate the records for it.
 
I dont want to use a temporary table and populate the records, as this 
will slow down the function. Is there any method for that
 
Please shed some light.
 
Regards
Kumar




---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: FW: [SQL] "=" operator vs. "IS"

2004-06-29 Thread Rich Hall
My question is why is the form
"(anything) = NULL"
allowed?
Since
"(anything) = NULL" is always Null, this cannot be what the coder intended. 

This is much different when comparing two variables, where the coder may have to 
handle the cases where the variables are Null. Here the comparison is to a constant.

Rick

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
  http://www.postgresql.org/docs/faqs/FAQ.html