Re: [Feature Request] \dx show "options"

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Feature Request] \dx show "options"
Date: 2011-11-10 02:15:27
Message-ID: CA+TgmoZ5K4rq3aN5yPYhrbsO=wN9gMD9Aps=+iZgVUD76rNGAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 9, 2011 at 12:31 PM, Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com> wrote:
>> \dew+ lists the actual options supplied to a foreign data wrapper already.
>
> Checked, but the options doesn't appear (the column exists, but is empty).

Well, that just means that you didn't specify any options when you ran
CREATE FOREIGN DATA WRAPPER.

rhaas=# create foreign data wrapper dummy options (foo 'bar');
CREATE FOREIGN DATA WRAPPER
rhaas=# \dew+
List of foreign-data wrappers
Name | Owner | Handler | Validator | Access privileges | FDW Options
| Description
-------+-------+---------+-----------+-------------------+-------------+-------------
dummy | rhaas | - | - | | (foo 'bar') |
(1 row)

I'm not sure we're talking about the same thing, though.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-11-10 02:15:55 Re: 9.1.2 ?
Previous Message Devrim GÜNDÜZ 2011-11-10 02:14:37 Re: 9.1.2 ?