Re: pg_get_serial_sequence is inconsistent - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_get_serial_sequence is inconsistent
Date
Msg-id 1880.1098974346@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_get_serial_sequence is inconsistent  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: pg_get_serial_sequence is inconsistent
Re: pg_get_serial_sequence is inconsistent
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
>> pg_get_serial_sequence() does dequoting/downcasing on its relation-name
>> argument, but not on its column-name argument.

> I presume the reason for that is that the first paramater can be qualified:

Right.  From a bare-functionality point of view there's nothing wrong
with it, it just seems inconsistent and therefore likely to trip someone
up in future.

But it seems no one else cares, so I'll shut up about it ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: pg_get_serial_sequence is inconsistent
Next
From: Bernd Helmle
Date:
Subject: Re: