On Apr 24, 2008, at 1:01 PM, Steve Atkins wrote:
I've been chatting with the Trolltech folks about the
implementation of the Qt wrapper around libpq, and the issue of how
to properly do metadata queries came up. That is things like "What
are the column names and types of the primary key of t
On Apr 24, 2008, at 2:22 PM, Tom Lane wrote:
Steve Atkins <[EMAIL PROTECTED]> writes:
On Apr 24, 2008, at 11:12 AM, Joshua D. Drake wrote:
I believe the information_schema is standard.
Standard, but woefully incomplete (by design).
Sure, because it's restricted to standardized concepts.
Steve Atkins <[EMAIL PROTECTED]> writes:
> On Apr 24, 2008, at 11:12 AM, Joshua D. Drake wrote:
>> I believe the information_schema is standard.
> Standard, but woefully incomplete (by design).
Sure, because it's restricted to standardized concepts. Do the adapters
in question need to obtain inf
On Apr 24, 2008, at 11:12 AM, Joshua D. Drake wrote:
On Thu, 24 Apr 2008 11:01:13 -0700
Steve Atkins <[EMAIL PROTECTED]> wrote:
I've been chatting with the Trolltech folks about the implementation
of the Qt wrapper around libpq, and the issue of how to properly do
metadata queries came up. Th
On Thu, 24 Apr 2008 11:01:13 -0700
Steve Atkins <[EMAIL PROTECTED]> wrote:
> I've been chatting with the Trolltech folks about the implementation
> of the Qt wrapper around libpq, and the issue of how to properly do
> metadata queries came up. That is things like "What are the column
> names
I've been chatting with the Trolltech folks about the implementation
of the Qt wrapper around libpq, and the issue of how to properly do
metadata queries came up. That is things like "What are the column
names and types of the primary key of this table, and what index
enforces it?" or "What