Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting

2007-01-22 Thread Adriaan van Os
Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: I presume the reason for that is that the first paramater can be qualified: select pg_get_serial_sequence('public.FOO', 'Ff1'); Would someone explain why qualification makes us lowercase the first parameter by default? I don't

Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting

2007-01-20 Thread Bruce Momjian
Adriaan van Os wrote: Bruce Momjian wrote: Strangely, this was reported before, but not until November of 2006: http://archives.postgresql.org/pgsql-general/2006-11/msg0.php That was a follow up on this thread

Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting

2007-01-20 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: I presume the reason for that is that the first paramater can be qualified: select pg_get_serial_sequence('public.FOO', 'Ff1'); Would someone explain why qualification makes us lowercase the first parameter by default? I don't understand it well