You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NOTICEs were for troubleshooting and should have been removed before release.
The steampipe CLI doesnt seem to show notices, but if you run queries in psql you see them:
$ psql postgres://[email protected]:9193/steampipe
psql (15.5, server 14.2)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type "help" for help.
steampipe=> select * from aws_ec2_instance order by instance_id;
NOTICE: deparseLimit - there are sortClause
NOTICE: fdwGetForeignPaths - there are query_pathkeys
NOTICE: computeDeparsedSortGroup: numSortFields 0, numSortableFields 1, canPushdownAllSortFields 0
NOTICE: computeDeparsedSortGroup returned canPushdownAllSortFields: 0
The text was updated successfully, but these errors were encountered:
The NOTICEs were for troubleshooting and should have been removed before release.
The steampipe CLI doesnt seem to show notices, but if you run queries in psql you see them:
The text was updated successfully, but these errors were encountered: