"Joel Jacobson" writes:
> Doc: improve documentation of oid columns that can be zero.
Since this is pretty closely tied to the catalog-foreign-key work,
I went ahead and reviewed/pushed it. The zero notations now match
up with what we'd found in the other thread.
regards
On Tue, Feb 2, 2021, at 12:34, Euler Taveira wrote:
>You should probably email: webmaster (at) postgresql (dot) org
Thanks, done.
/Joel
On Tue, Feb 2, 2021, at 5:13 AM, Joel Jacobson wrote:
> I've tried to login to the CF interface a couple of times now, but seems to
> have lost my password.
> I've tried to use the "Password reset" form [1], but I don't get any email.
> The email is correct, because when I try to re-register it sa
Hi Euler,
I've tried to login to the CF interface a couple of times now, but seems to
have lost my password.
I've tried to use the "Password reset" form [1], but I don't get any email.
The email is correct, because when I try to re-register it says it's taken.
Not sure who I should ask for help.
On Sun, Jan 31, 2021, at 10:27 AM, Joel Jacobson wrote:
> Here comes the patch again, now including data.
Joel, register this patch into the next CF [1] so we don't lose track of it.
[1] https://commitfest.postgresql.org/32/
--
Euler Taveira
EDB https://www.enterprisedb.com/
Please ignore previous email, the attached file was 0 bytes.
Here comes the patch again, now including data.
--
Doc: improve documentation of oid columns that can be zero.
pg_attribute.atttypid
Zero if column is dropped.
pg_class.relam
Can be zero, e.g. for views.
pg_depend.classid
Zero for pi
Doc: improve documentation of oid columns that can be zero.
pg_attribute.atttypid
Zero if column is dropped.
pg_class.relam
Can be zero, e.g. for views.
pg_depend.classid
Zero for pinned objects.
pg_language.lanplcallfoid
Zero for internal languages.
pg_operator.oprcode
Zero if none.
pg_opera