Re: How to extract a value from a record using attnum or attname?
Alvaro Herrera <alvherre@commandprompt.com>
From: Alvaro Herrera <alvherre@commandprompt.com>
To: Kevin Grittner <kevin.grittner@wicourts.gov>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>, Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-23T18:42:45Z
Lists: pgsql-hackers
Excerpts from Kevin Grittner's message of mié feb 23 13:43:19 -0300 2011: > Alvaro Herrera <alvherre@commandprompt.com> wrote: > > > I think it'd be better to use RelationGetIndexList (which gets the > > index list from relcache) and fetch the index tuples from > > syscache; see relationHasPrimaryKey for sample code. > > Thanks. Patch done that way attached. Will get it into tomorrow's > system testing here. Why not use quote_identifier and quote_literal_cstr instead of this new strcpy thing? Also, you don't really need spi.h do you? -- Álvaro Herrera <alvherre@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support