COPY FROM FORMAT CSV FORCE_NULL(*) ?

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: COPY FROM FORMAT CSV FORCE_NULL(*) ?
Date: 2022-07-25 04:18:12
Message-ID: CACJufxEnVqzOFtqhexF2+AwOKFrV8zHOY3y=p+gPK6eB14pn_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, there.

copy force null git commit
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=3b5e03dca2afea7a2c12dbc8605175d0568b5555>
didn't attach a discussion link. So I don't know if it's already been
discussed.

Current seem you cannot do
COPY forcetest FROM STDIN WITH (FORMAT csv, FORCE_NULL(*));

can we have FORCE_NULL(*)? Since We already have FORCE_QUOTE(*).

--
I recommend David Deutsch's <<The Beginning of Infinity>>

Jian

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-07-25 04:20:58 Re: Handle infinite recursion in logical replication setup
Previous Message Nathan Bossart 2022-07-25 04:08:56 Re: optimize lookups in snapshot [sub]xip arrays