dbTalk Databases Forums  

[BUGS] BUG #2733: pg_get_serial_sequence error (addition: may be tsearch2 related)

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2733: pg_get_serial_sequence error (addition: may be tsearch2 related) in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Basil Evseenko
 
Posts: n/a

Default [BUGS] BUG #2733: pg_get_serial_sequence error (addition: may be tsearch2 related) - 11-03-2006 , 10:53 AM







The following bug has been logged online:

Bug reference: 2733
Logged by: Basil Evseenko
Email address: evseenko (AT) sysoft (DOT) ru
PostgreSQL version: 8.2beta2
Operating system: Linux 2.6
Description: pg_get_serial_sequence error (addition: may be tsearch2
related)
Details:

On 8.1.5:
select pg_catalog.pg_get_serial_sequence('album', 'id');
pg_get_serial_sequence
------------------------------
tables.album_id_seq

On 8.2beta2 (with contrib/tsearch2)

select pg_catalog.pg_get_serial_sequence('album', 'id');
pg_get_serial_sequence
----------------------------------------
tables.album_title_lower2_idx

So pg_catalog.pg_get_serial_sequence return garbage: index name vs sequence
name

This bug seems only affected tables, that have
tsearch2 columns/indexes installed.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.