We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f4aaf commit aeeaf52Copy full SHA for aeeaf52
src/backend/utils/adt/ruleutils.c
@@ -1855,7 +1855,7 @@ pg_get_statisticsobjdef_expressions(PG_FUNCTION_ARGS)
1855
*
1856
* Returns the partition key specification, ie, the following:
1857
1858
- * PARTITION BY { RANGE | LIST | HASH } (column opt_collation opt_opclass [, ...])
+ * { RANGE | LIST | HASH } (column opt_collation opt_opclass [, ...])
1859
*/
1860
Datum
1861
pg_get_partkeydef(PG_FUNCTION_ARGS)
0 commit comments