Re: [GENERAL] relid and relname

2005-03-24 Thread Tom Lane
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

Re: [GENERAL] relid and relname

2005-03-24 Thread Michael Fuhr
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

[GENERAL] relid and relname

2005-03-24 Thread Edson Vilhena de Carvalho
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