From: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
---|---|
To: | pgsql-hackers(at)postgreSQL(dot)org, pgsql-general(at)hub(dot)org, pgsql-sql(at)postgreSQL(dot)org |
Subject: | RFC - change of behaviour of pg_get_userbyid & pg_get_viewdef? |
Date: | 2000-09-24 03:15:55 |
Message-ID: | 3.0.5.32.20000924131555.02807820@mail.rhyme.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers pgsql-sql |
Two routines do eccentric things when they can't find required supporting
data:
pg_get_userbyid
returns 'unknown (UID=<uid-number>)' when the UID does not exist.
pg_get_viewdef
returns 'Not a view' when passed a non-existant or non-view table
it also signals errors when the underlying metadata can not be found.
The proposal is to return NULL in the above cases - in the final case,
probably also generate a NOTICE.
Does anybody have a problem with this? Think it's a bad idea etc?
----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/
From | Date | Subject | |
---|---|---|---|
Next Message | Gunnar R|nning | 2000-09-24 14:30:59 | Re: running maintenance tasks on DB |
Previous Message | Stephan Szabo | 2000-09-23 21:44:34 | Re: About OID and the commands/operators STRING( ... )..AS and + |
From | Date | Subject | |
---|---|---|---|
Next Message | Paulo Roberto Siqueira | 2000-09-24 17:26:30 | Row level locks |
Previous Message | Tom Lane | 2000-09-24 00:03:56 | psql's \d functions broken for views in current sources |
From | Date | Subject | |
---|---|---|---|
Next Message | Indraneel Majumdar | 2000-09-24 06:21:32 | Re: select |
Previous Message | Jeff MacDonald | 2000-09-23 18:52:59 | Re: select |