Michael Fuhr <[EMAIL PROTECTED]> writes:
> On Thu, Mar 24, 2005 at 11:01:23PM -0300, Edson Vilhena de Carvalho wrote:
>> Can anyone tell me what is a relid, a relname and
>> schemaname data outputs resulting from the SQL: select
>> * from pg_stat_all_tables;
> relid = object ID (oid) of the relati
On Thu, Mar 24, 2005 at 11:01:23PM -0300, Edson Vilhena de Carvalho wrote:
> Hi, I'm a new guy from Portugal
Bem-vindo!
> Can anyone tell me what is a relid, a relname and
> schemaname data outputs resulting from the SQL: select
> * from pg_stat_all_tables;
relid = object ID (oid) of the relati
Hi, I'm a new guy from Portugal
Can anyone tell me what is a relid, a relname and
schemaname data outputs resulting from the SQL: select
* from pg_stat_all_tables;
There are also other data outputs that I don“t
understand but they are probably related:
indexrelid (oid)
indexrelname (name)
I know