Re: [GENERAL] double entries into database when using IE

2005-07-06 Thread D A GERM
and don't have any issues like this with debugged code, using IE6. Susan David Gagnon

[GENERAL] double entries into database when using IE

2005-07-05 Thread D A GERM
I am having a problem when a browser dumps data into a table. When the browser is Firefox , it works perfect; when the browser is IE, it dumps 2 entries into the table just thousandths of a second apart. What could be causing this? Is this an issue with IE, Apache or Postgres. Thanks in advan

Re: [GENERAL] Need help writing SQL statement

2005-06-29 Thread D A GERM
thank you all for your help. this solved it: SELECT count(*) FROM table where date_part('hour', time_stamp) in (10, 11); Scott Marlowe wrote: On Wed, 2005-06-29 at 13:20, Jeffrey Melloy wrote: D A GERM wrote: I have been trying to write an sql statement that returns the s

[GENERAL] Need help writing SQL statement

2005-06-29 Thread D A GERM
I have been trying to write an sql statement that returns the same hours in a time stamp no matter what the date. I can to pull same hours on the the same days but have not been able to figure out how to pull all the same hours no matter what the date. Here is the one sql statement I have been

[GENERAL] resetting postgres password

2005-04-06 Thread D A GERM
What is the easiest way to reset the postgres user password? ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org