()
| 148 | if len(accessPolicies) > 0 { |
| 149 | access = accessPolicies[0] |
| 150 | } |
| 151 | parts := []string{ |
| 152 | sessionColumnMetadataTableSQL(), |
| 153 | buildSessionPgDatabaseViewSQL(database), |
| 154 | buildSessionPgClassViewSQL(access), |
| 155 | buildSessionPgNamespaceViewSQL(access), |
| 156 | buildSessionPgAttributeViewSQL(), |
| 157 | buildSessionPgIndexViewSQL(), |
| 158 | buildSessionPgTablesViewSQL(access), |
| 159 | buildSessionPgViewsViewSQL(access), |
| 160 | buildSessionPgSequencesViewSQL(access), |
| 161 | buildSessionInformationSchemaColumnsViewSQL(access), |
| 162 | buildSessionInformationSchemaTablesViewSQL(access), |
| 163 | buildSessionInformationSchemaSchemataViewSQL(access), |
| 164 | buildSessionInformationSchemaViewsViewSQL(access), |
| 165 | buildSessionInformationSchemaSequencesViewSQL(access), |
no outgoing calls
no test coverage detected