Re: information_schema.columns changes needed for OLEDB

From: Konstantin Izmailov <pgfizm(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: information_schema.columns changes needed for OLEDB
Date: 2009-05-29 17:55:23
Message-ID: 72746b5e0905291055r69517ef9yf528837156ef3d8a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I'm not sure that it is related to information_schema but I wanted to let
you know that some Postgres functions are listed in pg_proc while others are
not. For example, all Data Type Formatting function are in pg_proc (to_char,
to_hex, ...). While several of the Date/Time Functions are not there
(extract, localtime, ...).

Why different Postgres function are not equal???

This causes issues to Windows integration as well.
Konstantin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-05-29 18:16:19 Re: pg_migrator and an 8.3-compatible tsvector data type
Previous Message Josh Berkus 2009-05-29 17:53:27 Re: search_path vs extensions