Re: [pgsql-patches] pg_get_domaindef

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, FAST PostgreSQL <fastpgs(at)fast(dot)fujitsu(dot)com(dot)au>, Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [pgsql-patches] pg_get_domaindef
Date: 2007-02-20 22:30:37
Message-ID: 45DB768D.3030100@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:
> I always felt is was better for us to have server functions that return
> schema-specific data rather than require every application to define its
> own functions. I realize they are duplicated in pg_dump, but even if we
> made an external library that pg_dump could share with applications,
> would it only be available to C applications? That seems quite
> limiting.
>

I don't think so.

I imagine that the maintainers of DBD::Pg and phppgadmin, for example,
would be very likely to expose them.

And I can certainly imagine using/exposing them in some psql slash commands.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-20 22:45:57 pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into
Previous Message Bruce Momjian 2007-02-20 22:29:38 Re: DROP FUNCTION failure: cache lookup failed for relation X

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-02-20 22:47:03 Re: [pgsql-patches] O_DIRECT support for Windows
Previous Message Bruce Momjian 2007-02-20 22:29:38 Re: DROP FUNCTION failure: cache lookup failed for relation X