> "Kulpinski, Dejan" schrieb: > > The postgres LOG has the following: > > DEBUG: InitPostgres > DEBUG: StartTransactionCommand > DEBUG: query: select getdatabaseencoding() > DEBUG: ProcessQuery > DEBUG: CommitTransactionCommand > DEBUG: StartTransactionCommand > DEBUG: query: begin > DEBUG: ProcessUtility: begin > DEBUG: CommitTransactionCommand > DEBUG: StartTransactionCommand > DEBUG: query: select * from log > ERROR: Relation "log" does not exist > DEBUG: AbortCurrentTransaction
Oh, this is new. I use "select * from log" to detect the existence of a relation. So I have to find a new way to test for the existence of a relation - any recommendations? PostgreSQL is the first database which has a problem with this query. Best regards Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
