Hi all,
I've just subscribed to the list this morning, as we are considering
installing Postgres for a particular project.
I guess I'm a little apprehensive, as perhaps coincidentally, this is the
second reference to unexpected crashes that I have heard in as many days .
Does this occur often?
Cheers
Tony Bazeley
>As my own side note, on Postgres 7.0.2, I at one point tried creating
>a view which said
>CREATE VIEW silver_view AS
>SELECT * from jcombo_query WHERE metal_uid = 1 ;
>and so on for elec, gold, plat. And then used these to simplify the
>main query. This caused Postgres to go away permanently, and I had
>to manually delete the database.