Hi ALL!
I need to check before selection records from table - does this table exist How can i do that?
You could: 1. Look in the INFORMATION_SCHEMA 2. Check pg_class 3. Examine the output of "psql -E", \d to see how psql gets its information.
-- Richard Huxton Archonet Ltd
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend