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 c9b5097 commit 4a87cd1Copy full SHA for 4a87cd1
README.md
@@ -164,7 +164,7 @@ Disables `pg_pathman` partitioning mechanism for the specified parent table and
164
### Common tips
165
You can easily add **_partition_** column containing the names of the underlying partitions using the system attribute called **_tableoid_**:
166
```
167
-SELECT tableoid::regclass, * AS partition FROM partitioned_table;
+SELECT tableoid::regclass AS partition, * FROM partitioned_table;
168
169
170
### HASH
0 commit comments