question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Composite type columns cannot be exported with enabled Show complex data structure

See original GitHub issue

System information:

  • DBeaver version 21.0.3

Connection specification:

  • Database name and version: Postgres 13.1

Describe the problem you’re observing:

select 1 as x, t as torder from table t;

Steps to reproduce, if exist:

  1. Select column x
  2. Select some columns from composite type torder

image

  1. Export as csv

Actual: Everything selected at composite is not exported Expected: All selected columns should be exported

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
uslsscommented, Feb 1, 2022

verified

1reaction
serge-ridercommented, Jan 31, 2022

Fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation: 15: 8.16. Composite Types - PostgreSQL
A composite type represents the structure of a row or record; it is essentially just a list of field names and their data...
Read more >
Complex Types (CDH 5.5 or higher only) | 6.3.x
Complex types (also referred to as nested types ) let you represent multiple data values within a single row/column position.
Read more >
Generating a Customized XML Schema - ER/Studio Data Architect
Choose Models > XML Schema Generation or File > Export File > XML File > XML Schema ... and Include view columns for...
Read more >
Chapter 3. Data, Tables, and Database Design - O'Reilly
Worse yet, problems may not show up until later, and they can be quite difficult to debug. If your database already has poorly...
Read more >
2 Rules Manager Concepts - Database
For example, it is the data structure that captures the customer flight ... cannot fully evaluate the rules defined for the composite event...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found