How to check is the table system

From: Андрей <andyk(at)softwarium(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: How to check is the table system
Date: 2005-09-15 18:12:44
Message-ID: 4329B99C.4070604@softwarium.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

In what way can I determine is the table system? ODBC driver does it
by checking table name's prefix: if it begins with 'pg_' - driver
desides that the table is system, but that's a bad idea. I can create
table and call it 'pg_mytable', but it won't become system!

Big Thanks,
Andrei

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2005-09-15 18:30:45 Re: How to check is the table system
Previous Message Ron Mayer 2005-09-15 18:02:47 Re: oracle's first_value function for postgres?