Re: SQL/MED - file_fdw

From: Thom Brown <thom(at)linux(dot)com>
To: Shigeru HANADA <hanada(at)metrosystems(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL/MED - file_fdw
Date: 2011-02-21 16:21:37
Message-ID: AANLkTikRcU4UqJJM6M1A2HxJRLoJ+AcA+wYC9x6pBN-d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is this right?

postgres=# \d+ agg_text
Foreign table "public.agg_text"
Column | Type | Modifiers | Storage | Description
--------+----------+-----------+----------+-------------
a | smallint | | plain |
b | text | | extended |
Server: file_server
Has OIDs: no

It says the agg_text foreign table is using extended storage for the
text field. If it's in-file, how can it be classified as potentially
TOASTed?

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-02-21 16:23:36 Re: FDW API: don't like the EXPLAIN mechanism
Previous Message Andrew Dunstan 2011-02-21 16:11:25 Re: FDW API: don't like the EXPLAIN mechanism