Re: SQL/MED - file_fdw - Mailing list pgsql-hackers

From Thom Brown
Subject Re: SQL/MED - file_fdw
Date
Msg-id AANLkTikRcU4UqJJM6M1A2HxJRLoJ+AcA+wYC9x6pBN-d@mail.gmail.com
Whole thread Raw
In response to SQL/MED - file_fdw  (Shigeru HANADA <hanada@metrosystems.co.jp>)
Responses Re: SQL/MED - file_fdw
List 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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: FDW API: don't like the EXPLAIN mechanism
Next
From: Tom Lane
Date:
Subject: Re: FDW API: don't like the EXPLAIN mechanism