Zhang Mingli
Zhang Mingli
PG's header is only used in csv mode. GPDB doc: > HEADER Specifies that a file contains a header line with the names of each column in the file. On...
> > Understand the change, please can you post the motivation behind the change? What exactly high-lighted the problem and with the change how we have proven its resolved and...
I have a doubt that how to ensure the sqls to test our codes actually. > -- test the distributed snapshot in the situation of direct dispatch create table direct_dispatch_snapshot_alpha(a...
> One problem though is that it appears that pg_appendonly table DOES NOT have the oid associated with the parent table of a partitioned table whereas pg_class.reloptions used to provide...
> There're quite some typos relevent to partitioned tables both in Greenplum and PostgreSQL. ๐ Would you like to fix them? > > ``` > grep -riE '(parttion|partion|partiton|parition|parittion)' > ```...
> There're quite some typos relevent to partitioned tables both in Greenplum and PostgreSQL. I exec your command to search in Postgres: ```shell grep -riE '(parttion|partion|partiton|parition|parittion)' src/bin/pg_dump/po/ka.po:msgstr "แกแแกแฌแแ แแก แจแแแแฌแแแแแก แจแแชแแแแ....
> > > There're quite some typos relevent to partitioned tables both in Greenplum and PostgreSQL. > > > > > > I exec your command to search in Postgres:...
> There're quite some typos relevent to partitioned tables both in Greenplum and PostgreSQL. ๐ Would you like to fix them? > > ``` > grep -riE '(parttion|partion|partiton|parition|parittion)' > ```...
same issue.. Do you solve it?
> For those who still come here and want a solution: > > Run `godoc -index` FIRST then run `godocdash`. > > This seems to correct the issue and the...