Re: [HACKERS] Another quick question...

2002-07-31 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: >> Well, you can do get_namespace_name(rel->rd_rel->relnamespace), but >> I don't really agree with changing error messages to *always* quote >> the schema name. I think that'd be overly verbose. > The problem I see is that imagine you're bro

Re: [HACKERS] Another quick question...

2002-07-31 Thread Christopher Kings-Lynne
> "Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > > If you have RelationGetRelationName(rel) to get the name of a > relation, how > > do you get it's fully qualified schema name? Or how do I get the schema > > name for the relation? > > Well, you can do get_namespace_name(rel->rd_rel->rel

Re: [HACKERS] Another quick question...

2002-07-31 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > If you have RelationGetRelationName(rel) to get the name of a relation, how > do you get it's fully qualified schema name? Or how do I get the schema > name for the relation? Well, you can do get_namespace_name(rel->rd_rel->relnamespace), b

[HACKERS] Another quick question...

2002-07-31 Thread Christopher Kings-Lynne
If you have RelationGetRelationName(rel) to get the name of a relation, how do you get it's fully qualified schema name? Or how do I get the schema name for the relation? Chris ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster