adnanhamdussalam opened a new issue, #1556:
URL: https://github.com/apache/cloudberry/issues/1556

   Hi,
   
   I can get the table DDL using below command but unable to see the create 
partition DDL in it.
   Need your support in this regard.
   
    pg_dump -d gpafiniti -t test.table1  --schema-only  > 123.sql
   
   OutPut:
   
   CREATE TABLE test.table1 (
       combinedbtn character varying(200) NOT NULL,
       startdate date NOT NULL,
      
   )
   PARTITION BY RANGE (startdate) DISTRIBUTED BY (combinedbtn);
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to