How to check is the table system - Mailing list 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


pgsql-general by date:

Previous
From: Ron Mayer
Date:
Subject: Re: oracle's first_value function for postgres?
Next
From: Alvaro Herrera
Date:
Subject: Re: How to check is the table system