Print b-tree tuples

Поиск
Список
Период
Сортировка
От Samuel Vogel
Тема Print b-tree tuples
Дата
Msg-id 50E5B65A.70009@muel-vogel.de
обсуждение исходный текст
Ответы Re: Print b-tree tuples  (Samuel Vogel <s@muel-vogel.de>)
Re: Print b-tree tuples  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

I'm trying to print out the tuples in the b-tree nodes for analysis, but when iterate over more than the first entry of the tuples (scanKey++), I strangely get the error below on query execution:
ERROR:  relation "simpletest" does not exist
LINE 1: SELECT * FROM simpletest WHERE id = 50;

Any help with reviewing my my small attached patch would be greatly appreciated!

Regards,
Samuel Vogel
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Proposal: Store "timestamptz" of database creation on "pg_database"
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database"